Sha256: 4ab595c71676d2e3aa3e6ec9c1f7af4003d52fc9d832287e99a1223dddc968f2
Contents?: true
Size: 349 Bytes
Versions: 43
Compression:
Stored size: 349 Bytes
Contents
class CreateTranslationKeys < BazaMigrations::Migration def change create_table :translation_keys do |t| t.belongs_to :handler t.belongs_to :group t.string :key t.timestamps end add_index :translation_keys, :key add_index :translation_keys, :group_id add_index :translation_keys, :handler_id end end
Version data entries
43 entries across 43 versions & 1 rubygems