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 93de7d689f
commit 253aa7d9ad
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,