fix: remove old way of adding way uuids

This commit is contained in:
Nybkox
2025-01-23 16:40:38 +01:00
parent 09fa3ce438
commit 50f9e025c4
4 changed files with 6 additions and 25 deletions

View File

@@ -160,7 +160,7 @@
const driver = findEngineDriver($connection, $extensions);
const script = driver.createSaveChangeSetScript($changeSetStore?.value, $dbinfo, () =>
changeSetToSql($changeSetStore?.value, $dbinfo)
changeSetToSql($changeSetStore?.value, $dbinfo, driver.dialect)
);
const deleteCascades = getDeleteCascades($changeSetStore?.value, $dbinfo);