Add registry lock email address col to UserUpdateHistory (#2424)

This commit is contained in:
gbrodman
2024-05-02 15:51:48 +00:00
committed by GitHub
parent 4b6ade0b14
commit 147cdff555
5 changed files with 2257 additions and 2233 deletions
@@ -1338,7 +1338,8 @@ CREATE TABLE public."UserUpdateHistory" (
is_admin boolean NOT NULL,
registrar_roles public.hstore,
update_timestamp timestamp with time zone,
history_acting_user text NOT NULL
history_acting_user text NOT NULL,
registry_lock_email_address text
);