mirror of
https://github.com/google/nomulus
synced 2026-08-28 20:06:20 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user