Skip to content

Commit f1e9a63

Browse files
committed
Remove pk constraints from a functions table
1 parent 489dd92 commit f1e9a63

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/postgres-database/src/simcore_postgres_database/models/funcapi_function_job_collections_to_function_jobs_table.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,4 @@
3333
),
3434
doc="Unique identifier of the function job",
3535
),
36-
sa.PrimaryKeyConstraint(
37-
"function_job_collection_uuid",
38-
"function_job_uuid",
39-
name="funcapi_function_job_collections_to_function_jobs_pk",
40-
),
4136
)

0 commit comments

Comments
 (0)