Routine weeding of the codebase (#163)
* Routine weeding of the codebase * fix the spec
This commit is contained in:
7
db/migrate/20191020085608_rename_old_tables.rb
Normal file
7
db/migrate/20191020085608_rename_old_tables.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class RenameOldTables < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
drop_table :channels
|
||||
rename_table :facebook_pages, :channel_facebook_pages
|
||||
rename_table :channel_widgets, :channel_web_widgets
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user