Sha256: 8a3556f5f59b1008852c48642578067ae4354fbf542e5a6c2c5c592295f94e90
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
class <%= migration_name %> < ActiveGroonga::Migration def self.up create_table :<%= table_name %>, :type => <%= type %>, :default_tokenizer => <%= default_tokenizer_name %> do |t| end end def self.down drop_table :<%= table_name %> end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activegroonga-0.0.7 | rails_generators/index_table_groonga/templates/migration.rb |
activegroonga-0.0.6 | rails_generators/index_table_groonga/templates/migration.rb |