fixed view redeploy

This commit is contained in:
Jan Prochazka
2024-11-01 08:34:40 +01:00
parent f9a562808d
commit 188ab4c483
3 changed files with 10 additions and 12 deletions

View File

@@ -586,6 +586,7 @@ describe('Deploy database', () => {
{
markDeleted: true,
disallowExtraObjects: true,
allowDropStatements: true,
}
);
})
@@ -605,6 +606,7 @@ describe('Deploy database', () => {
{
markDeleted: true,
disallowExtraObjects: true,
allowDropStatements: true,
}
);
})