From 18c4f232acbd7c5bc9b222f9b57749be2be152e3 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 22 Mar 2022 10:35:10 +0000 Subject: [PATCH] Fix schema --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema.rb b/db/schema.rb index e0325a683..e28e022c4 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -284,6 +284,7 @@ ActiveRecord::Schema[7.0].define(version: 202202071123100) do t.integer "failed_attempts", default: 0 t.string "unlock_token" t.datetime "locked_at", precision: nil + t.string "phone" t.index ["email"], name: "index_users_on_email", unique: true t.index ["organisation_id"], name: "index_users_on_organisation_id" t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true