1
0
mirror of https://github.com/google/nomulus synced 2026-05-29 11:10:30 +00:00

Remove use of shouldPublishField from ReservedList (#2324)

* Remove use of shouldPublishField from ReservedList

* Remove from tests

* Update test comment

* Fix indentation

* fix test comment

* Fix test

* fix test

* Make shouldPublish column nullable
This commit is contained in:
sarahcaseybot
2024-02-27 15:39:58 -05:00
committed by GitHub
parent 15368ee1c6
commit a4bd85068b
21 changed files with 54 additions and 146 deletions

View File

@@ -693,7 +693,7 @@
revision_id bigserial not null,
creation_timestamp timestamptz,
name text not null,
should_publish boolean not null,
should_publish boolean,
primary key (revision_id)
);