Browse Source

Removes phone column swap

pull/450/head
Stéphane Meny 3 years ago
parent
commit
1e7782009e
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 2
      db/schema.rb

2
db/schema.rb

@ -318,12 +318,12 @@ ActiveRecord::Schema[7.0].define(version: 202202071123100) do
t.string "last_sign_in_ip"
t.integer "role"
t.string "old_user_id"
t.string "phone"
t.integer "failed_attempts", default: 0
t.string "unlock_token"
t.datetime "locked_at", precision: nil
t.boolean "is_dpo", default: false
t.boolean "is_key_contact", default: false
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

Loading…
Cancel
Save