This commit is contained in:
Jan Prochazka 2024-11-01 08:36:21 +01:00
parent 188ab4c483
commit 75b3b4e012

View File

@ -43,6 +43,7 @@ export interface DbDiffOptions {
noDropConstraint?: boolean;
// unlike tables, sql objects could be recreated, when this option is set
noDropSqlObject?: boolean;
deletedSqlObjectPrefix?: string;