Sha256: ae55ef6e88c10cd8b8bb0a3663d719cfefc94e0fc0a86c3df6ea1e7ea771b072
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
class AddPagePartKeyToPwbContents < ActiveRecord::Migration[5.1] def change add_column :pwb_contents, :page_part_key, :string, index: true # add_column :pwb_contents, :visible_on_page, :boolean, default: true # , index: true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pwb-1.4.0 | db/migrate/20170917215533_add_page_part_key_to_pwb_contents.rb |
pwb-1.3.0 | db/migrate/20170917215533_add_page_part_key_to_pwb_contents.rb |