Sha256: 888502440d56ee3bb6afa7893e52a4f33aa72454e90fce336ddcb43e4b081911

Contents?: true

Size: 167 Bytes

Versions: 1

Compression:

Stored size: 167 Bytes

Contents

class AddContentTypeIdToManifestation < ActiveRecord::Migration[5.0]
  def change
    add_column :manifestations, :content_type_id, :integer, :default => 1

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_seed-0.3.0.beta.4 spec/dummy/db/migrate/20120319120638_add_content_type_id_to_manifestation.rb