Create 1.8.1.sql
This commit is contained in:
parent
b5d79c166d
commit
2588ac9a31
1 changed files with 8 additions and 0 deletions
8
scripts/helm/db/init_dbs/postgresql/1.8.1/1.8.1.sql
Normal file
8
scripts/helm/db/init_dbs/postgresql/1.8.1/1.8.1.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
BEGIN;
|
||||
CREATE OR REPLACE FUNCTION openreplay_version()
|
||||
RETURNS text AS
|
||||
$$
|
||||
SELECT 'v1.8.1'
|
||||
$$ LANGUAGE sql IMMUTABLE;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Reference in a new issue