mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
Silence notices in cascade installation
This commit is contained in:
parent
1985c1273b
commit
ede701202f
@ -1,3 +1,4 @@
|
||||
SET client_min_messages TO error;
|
||||
-- Create role publicuser if it does not exist
|
||||
DO
|
||||
$$
|
||||
|
@ -1,3 +1,6 @@
|
||||
\set ECHO none
|
||||
\set QUIET on
|
||||
SET client_min_messages TO error;
|
||||
-- Create role publicuser if it does not exist
|
||||
DO
|
||||
$$
|
||||
@ -14,3 +17,4 @@ $$ LANGUAGE plpgsql;
|
||||
|
||||
-- Install the extension
|
||||
CREATE EXTENSION crankshaft VERSION 'dev' CASCADE;
|
||||
\set QUIET off
|
||||
|
Loading…
Reference in New Issue
Block a user