oracle tests

This commit is contained in:
Jan Prochazka
2024-12-11 17:05:34 +01:00
parent ec5d05fc26
commit 33db85f03b
3 changed files with 4 additions and 2 deletions

View File

@@ -558,7 +558,7 @@ describe('Deploy database', () => {
const V1_VARIANT2 = {
name: 'v1.view.sql',
text: 'create view ~v1 as select ~id + ~id from ~t1',
text: 'create view ~v1 as select ~id + ~id ~idsum from ~t1',
};
const V1_DELETED = {