rsanchez
2017-06-07 89a0646d18da6f3290a883121e38f4086a6fb37e
securis/src/main/webapp/sql_update.sql
....@@ -7,4 +7,5 @@
77 application_id INT NOT NULL,
88 PRIMARY KEY (username, application_id));
99
10
+update user set roles = 128 where username = '_client';
1011