2019-05-03 06:17:27 +08:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2019-02-05 23:12:39 +08:00
|
|
|
require 'migration/table_dropper'
|
|
|
|
|
|
|
|
class DropUnusedAuthTables < ActiveRecord::Migration[5.2]
|
|
|
|
def change
|
2019-02-08 23:01:46 +08:00
|
|
|
# this migration was defect
|
2019-02-05 23:12:39 +08:00
|
|
|
end
|
|
|
|
end
|