Skip to content

Commit 89a0981

Browse files
committed
fixes migration
1 parent 74dff1d commit 89a0981

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

Lines changed: 0 additions & 1 deletion
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)