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