thingspeak/db/migrate/20140722231849_drop_old_window_tables.rb

9 lines
190 B
Ruby
Raw Normal View History

2014-07-23 01:25:25 +02:00
class DropOldWindowTables < ActiveRecord::Migration
def change
drop_table :chart_window_details
drop_table :plugin_window_details
drop_table :portlet_window_details
end
end