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