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