feat(DB): changed version number
This commit is contained in:
parent
c2ab0c0f63
commit
90d0e8dd70
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ BEGIN;
|
|||
CREATE OR REPLACE FUNCTION openreplay_version()
|
||||
RETURNS text AS
|
||||
$$
|
||||
SELECT 'v1.8.2-ee'
|
||||
SELECT 'v1.9.0-ee'
|
||||
$$ LANGUAGE sql IMMUTABLE;
|
||||
|
||||
ALTER TABLE IF EXISTS public.tenants
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue