Add migration to delete the image and styles from banners, in order to use background_color and font_color
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class RemoveImageAndStyleFromBanners < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :banners, :image
|
||||
remove_column :banners, :style
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user