mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
d96d561180
Follow-up to fc999c04b34edb93cb3538718bcd22d295509a4a
8 lines
148 B
Ruby
8 lines
148 B
Ruby
require 'migration/table_dropper'
|
|
|
|
class DropUnusedAuthTables < ActiveRecord::Migration[5.2]
|
|
def change
|
|
# this migration was defect
|
|
end
|
|
end
|