Sha256: fa3f0ab9c9ab60bcad3d9acae48c9e86ae4927d035dca7368a3fe4d64a3485fb
Contents?: true
Size: 590 Bytes
Versions: 2
Compression:
Stored size: 590 Bytes
Contents
# oct 2017 - no longer in use - to_delete class AddExtraColsToPwbSections < ActiveRecord::Migration[5.0] def change # add_column :pwb_sections, :flags, :integer, default: 0, index: true, null: false # add_column :pwb_sections, :details, :json, default: {} # add_column :pwb_sections, :is_page, :boolean, default: false, index: true # add_column :pwb_sections, :show_in_top_nav, :boolean, default: false, index: true # add_column :pwb_sections, :show_in_footer, :boolean, default: false, index: true # add_column :pwb_sections, :key, :string, index: true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pwb-1.4.0 | db/migrate/20170315195413_add_extra_cols_to_pwb_sections.rb |
pwb-1.3.0 | db/migrate/20170315195413_add_extra_cols_to_pwb_sections.rb |