Sha256: 8e687f294d662a9bd08884cd2fba1cea406a7d6726b1a3fbd84487b46298a021
Contents?: true
Size: 167 Bytes
Versions: 8
Compression:
Stored size: 167 Bytes
Contents
class AddContentTypeIdToManifestation < ActiveRecord::Migration[4.2] def change add_column :manifestations, :content_type_id, :integer, :default => 1 end end
Version data entries
8 entries across 8 versions & 5 rubygems