Sha256: 63d04ef5bf7b579e8869eec474ae243ff1ad7207d9ce7a6a12b0b99e5d95002b

Contents?: true

Size: 154 Bytes

Versions: 2

Compression:

Stored size: 154 Bytes

Contents

class AddPositionToCategory < ActiveRecord::Migration
  def change
    add_column :kms_categories, :position, :integer, default: 0, null: false
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kms_catalog-0.5.0 db/migrate/20150310144540_add_position_to_category.rb
kms_catalog-0.4.0 db/migrate/20150310144540_add_position_to_category.rb