feat(db): allow delta fail

This commit is contained in:
Taha Yassine Kraiem 2022-03-24 15:24:12 +01:00
parent 1a6c85a5f4
commit abfb6620fc
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
\set ON_ERROR_STOP true
BEGIN;
CREATE OR REPLACE FUNCTION openreplay_version()
RETURNS text AS

View file

@ -1,3 +1,4 @@
\set ON_ERROR_STOP true
BEGIN;
CREATE OR REPLACE FUNCTION openreplay_version()
RETURNS text AS