Album has_pic fix, production gems fix
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AddHasPicToAlbum < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :albums, :has_pic, :integer
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :albums, :has_pic
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user