about summary refs log tree commit diff
path: root/db/migrate/20200904005706_drop_destructing_status.rb
blob: 39885aabd42df84ed3e01df6d36b75822a778e49 (plain) (blame)
1
2
3
4
5
class DropDestructingStatus < ActiveRecord::Migration[5.2]
  def change
    drop_table :destructing_statuses
  end
end