Commit b2fc99d7 authored by Ivan Tyagov's avatar Ivan Tyagov

Follow change in table structure in generec mysql catalog (security groups optimization).

parent 2031101c
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
<key> <string>src</string> </key> <key> <string>src</string> </key>
<value> <string>CREATE TABLE roles_and_users (\n <value> <string>CREATE TABLE roles_and_users (\n
uid INT UNSIGNED NOT NULL,\n uid INT UNSIGNED NOT NULL,\n
local_roles_group_id VARCHAR(255),\n
allowedRolesAndUsers VARCHAR(255) NOT NULL,\n allowedRolesAndUsers VARCHAR(255) NOT NULL,\n
KEY `uid` (`uid`),\n KEY `uid` (`uid`),\n
KEY `allowedRolesAndUsers` (`allowedRolesAndUsers`)\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