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

@@ -17,7 +17,6 @@ export interface SqlDialect {
enableConstraintsPerTable?: boolean;
requireStandaloneSelectForScopeIdentity?: boolean;
allowMultipleValuesInsert?: boolean;
rawUuids?: boolean;
dropColumnDependencies?: string[];
changeColumnDependencies?: string[];