mirror of
https://github.com/google/nomulus.git
synced 2025-07-05 02:33:22 +02: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:
parent
93de7d689f
commit
253aa7d9ad
12 changed files with 455 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue