Skip to content

Commit

Permalink
Add migration file for enabling PGroonga
Browse files Browse the repository at this point in the history
    % bin/rails generate migration EnablePGroonga
  • Loading branch information
kou committed Nov 9, 2015
1 parent e11a06e commit 9ff87d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db/migrate/20151109091221_enable_p_groonga.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class EnablePGroonga < ActiveRecord::Migration
def change
end
end

0 comments on commit 9ff87d6

Please sign in to comment.