feat(DB): CH removed openreplay_version function for compatibility support

This commit is contained in:
Taha Yassine Kraiem 2022-08-29 19:52:17 +01:00
parent 1015ca80f4
commit b3922369fc
4 changed files with 0 additions and 8 deletions

View file

@ -1,2 +0,0 @@
DROP FUNCTION IF EXISTS openreplay_version;
CREATE FUNCTION openreplay_version AS() -> 'v1.8.0-ee.pre';

View file

@ -1,2 +0,0 @@
DROP FUNCTION IF EXISTS openreplay_version;
CREATE FUNCTION openreplay_version AS() -> 'v1.8.0-ee';

View file

@ -1,2 +0,0 @@
DROP FUNCTION IF EXISTS openreplay_version;
CREATE FUNCTION openreplay_version AS() -> 'v1.8.0-ee.pre';

View file

@ -1,2 +0,0 @@
DROP FUNCTION IF EXISTS openreplay_version;
CREATE FUNCTION openreplay_version AS() -> 'v1.8.0-ee';