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 20:39:58 +00:00
committed by GitHub
parent 15368ee1c6
commit a4bd85068b
21 changed files with 54 additions and 146 deletions
@@ -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)
);