schema.rb you've lied to me for the last time

This commit is contained in:
24c02 2025-11-25 19:28:16 -05:00
parent 7ce83dfc30
commit 515ad193b1

View file

@ -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