feat: safeCommentChanges flag to dialect

This commit is contained in:
Pavel
2025-08-07 15:32:24 +02:00
parent a8d9c145e6
commit 21641da0bf
3 changed files with 44 additions and 19 deletions

View File

@@ -80,6 +80,8 @@ export interface SqlDialect {
isPersisted?: true;
};
safeCommentChanges?: boolean;
// create sql-tree expression
createColumnViewExpression(
columnName: string,