Update init_schema.sql
This commit is contained in:
parent
9a501d7ec2
commit
b5d79c166d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ CREATE SCHEMA IF NOT EXISTS events;
|
|||
CREATE OR REPLACE FUNCTION openreplay_version()
|
||||
RETURNS text AS
|
||||
$$
|
||||
SELECT 'v1.8.0'
|
||||
SELECT 'v1.8.1'
|
||||
$$ LANGUAGE sql IMMUTABLE;
|
||||
|
||||
-- --- accounts.sql ---
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue