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