Sha256: badd9bbe2b947d347539091cb2eafd8b0e443c40c24adaccd36d40e617b0409d

Contents?: true

Size: 167 Bytes

Versions: 1

Compression:

Stored size: 167 Bytes

Contents

class AddContentTypeIdToManifestation < ActiveRecord::Migration[5.1]
  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.4.0.beta.1 spec/dummy/db/migrate/20120319120638_add_content_type_id_to_manifestation.rb