1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00

Fix id generation in PackagePromotion (#1788)

* Fix id generation in PackagePromotion

* Fix update command tests
This commit is contained in:
sarahcaseybot
2022-09-21 15:19:49 -04:00
committed by GitHub
parent 1d3738da27
commit a9d59e4d6e
4 changed files with 20 additions and 13 deletions

View File

@@ -492,7 +492,7 @@
);
create table "PackagePromotion" (
package_promotion_id int8 not null,
package_promotion_id bigserial not null,
last_notification_sent timestamptz,
max_creates int4 not null,
max_domains int4 not null,