feat(db): new release changes
This commit is contained in:
parent
245af37291
commit
06866602e1
2 changed files with 16 additions and 0 deletions
8
ee/scripts/helm/db/init_dbs/postgresql/1.5.1/1.5.1.sql
Normal file
8
ee/scripts/helm/db/init_dbs/postgresql/1.5.1/1.5.1.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
BEGIN;
|
||||
CREATE OR REPLACE FUNCTION openreplay_version()
|
||||
RETURNS text AS
|
||||
$$
|
||||
SELECT 'v1.5.1-ee'
|
||||
$$ LANGUAGE sql IMMUTABLE;
|
||||
|
||||
COMMIT;
|
||||
8
scripts/helm/db/init_dbs/postgresql/1.5.1/1.5.1.sql
Normal file
8
scripts/helm/db/init_dbs/postgresql/1.5.1/1.5.1.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
BEGIN;
|
||||
CREATE OR REPLACE FUNCTION openreplay_version()
|
||||
RETURNS text AS
|
||||
$$
|
||||
SELECT 'v1.5.1'
|
||||
$$ LANGUAGE sql IMMUTABLE;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Reference in a new issue