Sha256: 5b6afaceb5aa660914042d7e0138ad6ca1a0d17344d2c8c12a458e99d9e31f64
Contents?: true
Size: 172 Bytes
Versions: 1
Compression:
Stored size: 172 Bytes
Contents
class AddTypeToBlockKinds < ActiveRecord::Migration[5.2] def change add_column :block_kinds, :record_type, :string add_index :block_kinds, :record_type end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forest_cms-0.98.1 | db/migrate/20190223155013_add_type_to_block_kinds.rb |