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:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user