Make migration 20221017073431 reversible

[skip ci]
pull/11474/head
Christophe Bliard 2 years ago
parent 560aff59f8
commit a70ce137d5
No known key found for this signature in database
GPG Key ID: 2BC07603210C3FA4
  1. 2
      db/migrate/20221017073431_remove_orphaned_tokens.rb

@ -5,6 +5,6 @@ class RemoveOrphanedTokens < ActiveRecord::Migration[7.0]
end
def down
# Nothing to do
remove_foreign_key :tokens, :users
end
end

Loading…
Cancel
Save