fix(DB): fixed version (#2763)
This commit is contained in:
parent
3a39ca8f4e
commit
4d8947c805
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
\set or_version 'v1.19.0-ee'
|
||||
\set or_version 'v1.20.0-ee'
|
||||
SET client_min_messages TO NOTICE;
|
||||
\set ON_ERROR_STOP true
|
||||
SELECT EXISTS (SELECT 1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
\set or_version 'v1.19.0'
|
||||
\set or_version 'v1.20.0'
|
||||
SET client_min_messages TO NOTICE;
|
||||
\set ON_ERROR_STOP true
|
||||
SELECT EXISTS (SELECT 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue