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 2139dd3a4a
commit 7f0ffb3d0b
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,