Commit 356aa88f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a storange index name.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39170 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43a9b6d1
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
uid BIGINT UNSIGNED NOT NULL,\n uid BIGINT UNSIGNED NOT NULL,\n
subject VARCHAR(255),\n subject VARCHAR(255),\n
PRIMARY KEY `uid` (`uid`),\n PRIMARY KEY `uid` (`uid`),\n
KEY `allowedRolesAndUsers` (`Subject`)\n KEY `subject` (`subject`)\n
) TYPE=InnoDB; \n ) TYPE=InnoDB; \n
</string> </value> </string> </value>
</item> </item>
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
uid BIGINT UNSIGNED NOT NULL,\n uid BIGINT UNSIGNED NOT NULL,\n
subject VARCHAR(255),\n subject VARCHAR(255),\n
PRIMARY KEY `uid` (`uid`),\n PRIMARY KEY `uid` (`uid`),\n
KEY `allowedRolesAndUsers` (`Subject`)\n KEY `subject` (`subject`)\n
) TYPE=InnoDB; \n ) TYPE=InnoDB; \n
</string> </value> </string> </value>
</item> </item>
......
22 23
\ No newline at end of file \ No newline at end of file
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