mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
Add create/delete/update commands for User objects (#1936)
This also includes the change of allowing the Java User object to have a null GAIA ID (when creating user objects, we don't know what the GAIA ID is).
This commit is contained in:
@@ -747,7 +747,7 @@
|
||||
id bigserial not null,
|
||||
update_timestamp timestamptz,
|
||||
email_address text not null,
|
||||
gaia_id text not null,
|
||||
gaia_id text,
|
||||
registry_lock_password_hash text,
|
||||
registry_lock_password_salt text,
|
||||
global_role text not null,
|
||||
|
||||
Reference in New Issue
Block a user