Commit 6a8a3266 authored by Ivan Tyagov's avatar Ivan Tyagov

Revert b2fc99d7 (default security is expected...

Revert b2fc99d7 (default security is expected to work without changing table structure)
parent d9428942
No related merge requests found
......@@ -54,7 +54,6 @@
<key> <string>src</string> </key>
<value> <string>CREATE TABLE roles_and_users (\n
uid INT UNSIGNED NOT NULL,\n
local_roles_group_id VARCHAR(255),\n
allowedRolesAndUsers VARCHAR(255) NOT NULL,\n
KEY `uid` (`uid`),\n
KEY `allowedRolesAndUsers` (`allowedRolesAndUsers`)\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment