Navigation Menu

Skip to content

Commit

Permalink
groonga: Add column_remove to the list of generic commands
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2014
1 parent 065ea6d commit 8972d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/plugins/groonga/generic_response.rb
Expand Up @@ -24,6 +24,7 @@ class Adapter < Droonga::Adapter
"table_create",
"table_remove",
"column_create",
"column_remove",
]
input_message.pattern = ["type", :in, groonga_commands]
output_message.pattern = ["body.result", :exist]
Expand Down

0 comments on commit 8972d00

Please sign in to comment.