Files
discourse/db/migrate/20190205104116_drop_unused_auth_tables.rb
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
179 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require "migration/table_dropper"
class DropUnusedAuthTables < ActiveRecord::Migration[5.2]
def change
2019-02-08 16:01:46 +01:00
# this migration was defect
end
end