Sha256: 5fd4255b2dd14423308c0677aeab50bf61fbaf6a00c41b488040ed6ff32c9623
Contents?: true
Size: 158 Bytes
Versions: 1
Compression:
Stored size: 158 Bytes
Contents
class AddManifestationIdToItem < ActiveRecord::Migration[5.1] def change add_reference :items, :manifestation, type: :uuid, foreign_key: true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_seed-0.4.0.beta.1 | spec/dummy/db/migrate/20140802082007_add_manifestation_id_to_item.rb |