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