fix(schema): add missing team_account attribute

This commit is contained in:
simon lehericey 2022-12-08 15:24:57 +01:00 committed by LeSim
parent f7deb5d7f3
commit e1f63f0148

View file

@ -809,7 +809,6 @@ ActiveRecord::Schema.define(version: 2022_12_05_144624) do
t.integer "sign_in_count", default: 0, null: false
t.string "unlock_token"
t.datetime "updated_at"
t.boolean "team_account", default: false
t.index ["email"], name: "index_super_admins_on_email", unique: true
t.index ["reset_password_token"], name: "index_super_admins_on_reset_password_token", unique: true
t.index ["unlock_token"], name: "index_super_admins_on_unlock_token", unique: true
@ -886,6 +885,7 @@ ActiveRecord::Schema.define(version: 2022_12_05_144624) do
t.string "reset_password_token"
t.integer "sign_in_count", default: 0, null: false
t.string "siret"
t.boolean "team_account", default: false
t.text "unconfirmed_email"
t.string "unlock_token"
t.datetime "updated_at"