hotFix collection_assign #2384

Merged
carlosap merged 2 commits from hotfix-eliminar-vLockTime-collection_assign into master 2024-04-29 13:02:58 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7b7afb05c5 - Show all commits

View File

@ -35,7 +35,7 @@ BEGIN
INTO vHasTooMuchCollections,
vLockName
FROM productionConfig pc
LEFT JOIN tCollection;
LEFT JOIN tCollection ON TRUE;
DROP TEMPORARY TABLE tCollection;