Tests: Only create publicuser if necessary
Also, don't try to drop it since it's used by default CARTO installation
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
CREATE ROLE
|
||||
SET
|
||||
DO
|
||||
SET
|
||||
CREATE TABLE
|
||||
CREATE TABLE
|
||||
GRANT
|
||||
@@ -15,4 +17,3 @@ public_publicuser|pub
|
||||
You are now connected to database "contrib_regression" as user "postgres".
|
||||
DROP TABLE
|
||||
DROP TABLE
|
||||
DROP ROLE
|
||||
|
||||
Reference in New Issue
Block a user