Sha256: fac6860d2ba411060d50ca718549a7e8412ce1ab0a024a82f89b0ed7cf5ee36b

Contents?: true

Size: 152 Bytes

Versions: 7

Compression:

Stored size: 152 Bytes

Contents

class AddSectionKeyToPwbContents < ActiveRecord::Migration[5.0]
  def change
    add_column :pwb_contents, :section_key, :string, index: true
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pwb-1.4.0 db/migrate/20170315205332_add_section_key_to_pwb_contents.rb
pwb-1.3.0 db/migrate/20170315205332_add_section_key_to_pwb_contents.rb
pwb-1.2.0 db/migrate/20170315205332_add_section_key_to_pwb_contents.rb
pwb-1.1.1 db/migrate/20170315205332_add_section_key_to_pwb_contents.rb
pwb-1.0.0 db/migrate/20170315205332_add_section_key_to_pwb_contents.rb
pwb-0.1.1 db/migrate/20170315205332_add_section_key_to_pwb_contents.rb
pwb-0.1.0 db/migrate/20170315205332_add_section_key_to_pwb_contents.rb