projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'upstream/pull/5064'
[rails.git]
/
db
/
migrate
/
20240228205723_drop_user_tokens.rb
1
class DropUserTokens < ActiveRecord::Migration[7.1]
2
def up
3
drop_table :user_tokens
4
end
5
end