1
0
Fork 0
oldhaven/db/migrate/20110921182007_add_master_t...

6 lines
114 B
Ruby

class AddMasterToAlbum < ActiveRecord::Migration
def change
add_column :albums, :master, :boolean
end
end