feat(DB): CH removed openreplay_version function for compatibility support
This commit is contained in:
parent
1015ca80f4
commit
b3922369fc
4 changed files with 0 additions and 8 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DROP FUNCTION IF EXISTS openreplay_version;
|
||||
CREATE FUNCTION openreplay_version AS() -> 'v1.8.0-ee.pre';
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DROP FUNCTION IF EXISTS openreplay_version;
|
||||
CREATE FUNCTION openreplay_version AS() -> 'v1.8.0-ee';
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DROP FUNCTION IF EXISTS openreplay_version;
|
||||
CREATE FUNCTION openreplay_version AS() -> 'v1.8.0-ee.pre';
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DROP FUNCTION IF EXISTS openreplay_version;
|
||||
CREATE FUNCTION openreplay_version AS() -> 'v1.8.0-ee';
|
||||
Loading…
Add table
Reference in a new issue