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