changeset 381:1cf1423d98e0

Allow adding new roles to demo-data Wrapping the script in a transaction block did not allow to add a new role without dropping all other roles before.
author Tom Gottfried <tom@intevation.de>
date Fri, 10 Aug 2018 14:59:23 +0200
parents 367346975513
children f9b6f5a2aaa9
files schema/demo-data/roles.sql
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/schema/demo-data/roles.sql	Fri Aug 10 14:49:42 2018 +0200
+++ b/schema/demo-data/roles.sql	Fri Aug 10 14:59:23 2018 +0200
@@ -1,5 +1,3 @@
-BEGIN;
-
 -- System Administrator
 CREATE ROLE sophie IN ROLE sys_admin LOGIN PASSWORD 'so2Phie4';
 
@@ -10,5 +8,3 @@
 -- Water Way Users
 CREATE ROLE oana IN ROLE waterway_user LOGIN PASSWORD 'oa2Na2';
 CREATE ROLE vanja IN ROLE waterway_user LOGIN PASSWORD 'va2Nja3';
-
-COMMIT;