Navigation Menu

Skip to content

Commit

Permalink
groonga: Add column_list 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 3269edb commit 7b51b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/plugins/groonga.rb
Expand Up @@ -31,4 +31,5 @@ module Groonga
require "droonga/plugins/groonga/column_create"
require "droonga/plugins/groonga/column_remove"
require "droonga/plugins/groonga/column_rename"
require "droonga/plugins/groonga/column_list"

1 change: 1 addition & 0 deletions lib/droonga/plugins/groonga/generic_response.rb
Expand Up @@ -26,6 +26,7 @@ class Adapter < Droonga::Adapter
"column_create",
"column_remove",
"column_rename",
"column_list",
]
input_message.pattern = ["type", :in, groonga_commands]
output_message.pattern = ["body.result", :exist]
Expand Down

0 comments on commit 7b51b19

Please sign in to comment.