lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

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
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
<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