mirror of
https://github.com/google/nomulus.git
synced 2025-07-09 04:33:28 +02:00
Fix id generation in PackagePromotion (#1788)
* Fix id generation in PackagePromotion * Fix update command tests
This commit is contained in:
parent
2139dd3a4a
commit
7f0ffb3d0b
4 changed files with 20 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue