aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20150226083820_drop_table_exports.rb
blob: 62cde06c7d82bb5d4ee9a50bd667a111188b8439 (plain)
1
2
3
4
5
6
class DropTableExports < ActiveRecord::Migration
  def change
    # To be discuted
    # drop_table :exports
  end
end