mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 20:55:11 +00:00
schema.rb you've lied to me for the last time
This commit is contained in:
parent
7ce83dfc30
commit
515ad193b1
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddReturnToToLoginAttempts < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :login_attempts, :return_to, :string, if_not_exists: true
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Reference in a new issue