From: Andreas Barth Date: Sat, 22 May 2010 08:13:38 +0000 (+0000) Subject: add seb to security (acked by jmm) X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=35281de011860dc4219b01cb6fdc01acde0bebb3 add seb to security (acked by jmm) --- diff --git a/schema/roles.sql b/schema/roles.sql index 367b3b9..e058907 100644 --- a/schema/roles.sql +++ b/schema/roles.sql @@ -85,6 +85,7 @@ create user jmm in role wb_security; create user joey in role wb_security; create user nion in role wb_security; create user noahm in role wb_security; +create user seb in role wb_security; create user thijs in role wb_security; create user white in role wb_security; grant wb_security to dannf;