refactor(DB): Defined CH delta scripts (#1768)

This commit is contained in:
Kraiem Taha Yassine 2023-12-11 16:07:41 +01:00 committed by GitHub
parent 7c2cda1150
commit d6450d9356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@
CREATE OR REPLACE FUNCTION openreplay_version AS() -> 'v1.16.0-ee';

View file

@ -1,4 +1,4 @@
CREATE OR REPLACE FUNCTION openreplay_version AS() -> 'v1.15.0-ee';
CREATE OR REPLACE FUNCTION openreplay_version AS() -> 'v1.16.0-ee';
CREATE DATABASE IF NOT EXISTS experimental;
CREATE TABLE IF NOT EXISTS experimental.autocomplete

View file

@ -0,0 +1 @@
CREATE OR REPLACE FUNCTION openreplay_version AS() -> 'v1.15.0-ee';