Sha256: 1e177c0efcb7486d7f449dae3d40795d7fab86ee253894cc48ad50e0b5c98885
Contents?: true
Size: 334 Bytes
Versions: 8
Compression:
Stored size: 334 Bytes
Contents
class CreateCollectionAlbums < ActiveRecord::Migration def self.up create_table Refinery::PhotoGallery::CollectionAlbum.table_name do |t| #TODO primary id to false t.references :collection t.references :album end end def self.down drop_table Refinery::PhotoGallery::CollectionAlbum.table_name end end
Version data entries
8 entries across 8 versions & 2 rubygems