mirror of
https://github.com/google/nomulus
synced 2026-04-28 03:47:19 +00:00
Rename whitelist -> allow list (#635)
* Rename whitelist -> allow list * Merge branch 'master' into allowlist-denylist
This commit is contained in:
@@ -332,7 +332,7 @@ create sequence history_id_sequence start 1 increment 1;
|
||||
i18n_address_street_line2 text,
|
||||
i18n_address_street_line3 text,
|
||||
i18n_address_zip text,
|
||||
ip_address_whitelist text[],
|
||||
ip_address_allow_list text[],
|
||||
last_certificate_update_time timestamptz,
|
||||
last_update_time timestamptz,
|
||||
localized_address_city text,
|
||||
|
||||
Reference in New Issue
Block a user