Sha256: bfa746faf974cdb5e146672bf2857fd035b8cdaf3d4ec143b206a689e0fbb9b9
Contents?: true
Size: 162 Bytes
Versions: 595
Compression:
Stored size: 162 Bytes
Contents
class AddContentTypeIdToManifestation < ActiveRecord::Migration def change add_column :manifestations, :content_type_id, :integer, :default => 1 end end
Version data entries
595 entries across 587 versions & 23 rubygems