You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/postgres-database/src/simcore_postgres_database/migration/versions/42ec7816c0b4_computational_collection_runs.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,7 @@ def upgrade():
87
87
SET collection_run_id = (
88
88
SELECT collection_run_id::text
89
89
FROM comp_runs_collections
90
-
WHERE client_or_system_generated_id LIKE 'migration-generated-%'
91
-
LIMIT 1
90
+
WHERE client_or_system_generated_id = 'migration-generated-' || comp_runs.run_id::text
0 commit comments