docbrown/db/migrate/20210512025422_remove_settings_mascots_table.rb
Michael Kohl 3c92419311
Remove settings_mascots table (#13737)
* Remove settings_mascots table

* Remove DUS
2021-05-13 10:03:25 +07:00

5 lines
120 B
Ruby

class RemoveSettingsMascotsTable < ActiveRecord::Migration[6.1]
def change
drop_table :settings_mascots
end
end