Sha256: 47f486cb3993189293fed79be3346df16321afb40a1f922aa0d6eb625e987940

Contents?: true

Size: 374 Bytes

Versions: 2

Compression:

Stored size: 374 Bytes

Contents

# oct 2017 - no longer in use - to_delete
class CreatePwbSections < ActiveRecord::Migration[5.0]
  def change
    # create_table :pwb_sections do |t|
    #   t.string :link_key
    #   t.string :link_path
    #   t.integer :sort_order
    #   t.boolean :visible
    #   t.timestamps null: false
    # end

    # add_index :pwb_sections, :link_key, :unique => true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pwb-1.4.0 db/migrate/20161122174847_create_pwb_sections.rb
pwb-1.3.0 db/migrate/20161122174847_create_pwb_sections.rb