mirror of
https://github.com/google/nomulus
synced 2026-08-15 11:46:08 +00:00
Add registry lock email address col to UserUpdateHistory (#2424)
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user