From 89a0646d18da6f3290a883121e38f4086a6fb37e Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Wed, 07 Jun 2017 16:35:16 +0000 Subject: [PATCH] #3531 fea - Added acces to packs from license type, organizatins and applications listing --- securis/src/main/webapp/sql_update.sql | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/securis/src/main/webapp/sql_update.sql b/securis/src/main/webapp/sql_update.sql index cfed213..06f11ba 100644 --- a/securis/src/main/webapp/sql_update.sql +++ b/securis/src/main/webapp/sql_update.sql @@ -7,4 +7,5 @@ application_id INT NOT NULL, PRIMARY KEY (username, application_id)); +update user set roles = 128 where username = '_client'; \ No newline at end of file -- Gitblit v1.3.2