Skip to content

Commit d1a1c2b

Browse files
committed
fixes migration
1 parent 059489a commit d1a1c2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/postgres-database/src/simcore_postgres_database/migration/versions/48604dfdc5f4_new_projects_to_job_map.py

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def upgrade():
3434
onupdate="CASCADE",
3535
ondelete="CASCADE",
3636
),
37-
sa.PrimaryKeyConstraint("id"),
3837
sa.UniqueConstraint(
3938
"project_uuid",
4039
"job_parent_resource_name",

0 commit comments

Comments
 (0)