1
0
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:
gbrodman
2023-03-07 17:18:48 -05:00
committed by GitHub
parent 9b93749d43
commit fd822dd333
12 changed files with 455 additions and 8 deletions

View File

@@ -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,