thingspeak/db/migrate/20140722231849_drop_old_window_tables.rb
2014-07-22 19:25:25 -04:00

9 lines
190 B
Ruby

class DropOldWindowTables < ActiveRecord::Migration
def change
drop_table :chart_window_details
drop_table :plugin_window_details
drop_table :portlet_window_details
end
end