Sha256: d96c2fb13bb18f864825273b4f11cd0ff97260884431ff424b6915079b99b086
Contents?: true
Size: 164 Bytes
Versions: 135
Compression:
Stored size: 164 Bytes
Contents
class AddContentTypeIdToManifestation < ActiveRecord::Migration[4.2] def change add_column :manifestations, :content_type_id, :integer, default: 1 end end
Version data entries
135 entries across 135 versions & 19 rubygems