feat: add useServerDatabaseFile for firebird

This commit is contained in:
Pavel
2025-07-03 13:27:22 +02:00
parent 1ced4531be
commit 5e2dc114ab
3 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ export interface SqlDialect {
enableForeignKeyChecks?: boolean;
requireStandaloneSelectForScopeIdentity?: boolean;
allowMultipleValuesInsert?: boolean;
useServerDatabaseFile?: boolean;
dropColumnDependencies?: string[];
changeColumnDependencies?: string[];