Drop user tokens table
This commit is contained in:
parent
fa55f3878a
commit
29cc21c599
10 changed files with 10 additions and 137 deletions
5
db/migrate/20240228205723_drop_user_tokens.rb
Normal file
5
db/migrate/20240228205723_drop_user_tokens.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class DropUserTokens < ActiveRecord::Migration[7.1]
|
||||
def up
|
||||
drop_table :user_tokens
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue