drop old window tables

This commit is contained in:
Lee Lawlor
2014-07-22 19:25:25 -04:00
parent 0c5097803b
commit 53cece666a
2 changed files with 9 additions and 28 deletions

View File

@ -0,0 +1,8 @@
class DropOldWindowTables < ActiveRecord::Migration
def change
drop_table :chart_window_details
drop_table :plugin_window_details
drop_table :portlet_window_details
end
end