@@ -0,0 +1,5 @@
|
||||
class AddPasswordChangeAttemptToUser < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :users, :password_change_attempt, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user