Sha256: c7565979b8ecf270e53ff83f02a1e6510bc0be971fa57619c2953199b63afd79
Contents?: true
Size: 220 Bytes
Versions: 35
Compression:
Stored size: 220 Bytes
Contents
class AddUuidToShowAndEvent < ActiveRecord::Migration def change add_column :events, :uuid, :string add_column :shows , :uuid, :string add_index :events, :uuid add_index :shows , :uuid end end
Version data entries
35 entries across 35 versions & 1 rubygems