mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:05:59 +01:00
Sync schema
This commit is contained in:
parent
8c73636311
commit
1f401b2e1b
1 changed files with 1 additions and 1 deletions
|
@ -297,8 +297,8 @@ ActiveRecord::Schema.define(version: 2022_12_27_002012) do
|
|||
t.integer "otp_module", default: 0, null: false
|
||||
t.boolean "privacy_lock_inbox", default: false
|
||||
t.boolean "privacy_require_user", default: false
|
||||
t.boolean "privacy_noindex", default: false
|
||||
t.boolean "privacy_hide_social_graph", default: false
|
||||
t.boolean "privacy_noindex", default: false
|
||||
t.index ["confirmation_token"], name: "index_users_on_confirmation_token", unique: true
|
||||
t.index ["email"], name: "index_users_on_email", unique: true
|
||||
t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true
|
||||
|
|
Loading…
Reference in a new issue