Add registryLockEmailAddress field to User object (#2418)

We've added the field in the database in a previous PR. This is only
used in the old console for now because the new console does not have
registry lock functionality yet
This commit is contained in:
gbrodman
2024-05-09 21:42:45 +00:00
committed by GitHub
parent 808432e709
commit 7b34659a8f
12 changed files with 142 additions and 16 deletions
@@ -882,6 +882,7 @@
id bigserial not null,
update_timestamp timestamptz,
email_address text not null,
registry_lock_email_address text,
registry_lock_password_hash text,
registry_lock_password_salt text,
global_role text not null,
@@ -899,6 +900,7 @@
history_url text not null,
user_id int8 not null,
email_address text not null,
registry_lock_email_address text,
registry_lock_password_hash text,
registry_lock_password_salt text,
global_role text not null,