mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Drop should publish field from ReservedList entity (#2369)
* Remove the shouldPublish field from the reservedLIst entity * Add generated schema file
This commit is contained in:
@@ -693,7 +693,6 @@
|
||||
revision_id bigserial not null,
|
||||
creation_timestamp timestamptz,
|
||||
name text not null,
|
||||
should_publish boolean,
|
||||
primary key (revision_id)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user