feat(db): show notice messages
This commit is contained in:
parent
6ecc7ddbbb
commit
88be23dd12
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
\set ON_ERROR_STOP true
|
||||
SET client_min_messages TO NOTICE;
|
||||
BEGIN;
|
||||
CREATE OR REPLACE FUNCTION openreplay_version()
|
||||
RETURNS text AS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
\set ON_ERROR_STOP true
|
||||
SET client_min_messages TO NOTICE;
|
||||
BEGIN;
|
||||
CREATE OR REPLACE FUNCTION openreplay_version()
|
||||
RETURNS text AS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue