discourse/db/post_migrate/20190205104116_drop_unused_auth_tables.rb
Gerhard Schlager d96d561180 Fix defect db migration
Follow-up to fc999c04b3
2019-02-08 16:02:33 +01:00

8 lines
148 B
Ruby

require 'migration/table_dropper'
class DropUnusedAuthTables < ActiveRecord::Migration[5.2]
def change
# this migration was defect
end
end