mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 18:30:54 +08:00
d96d561180
Follow-up to fc999c04b3
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
|