Update init_schema.sql

This commit is contained in:
Mehdi Osman 2022-09-15 11:54:31 +02:00 committed by GitHub
parent 9a501d7ec2
commit b5d79c166d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ---