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 @@
uid BIGINT UNSIGNED NOT NULL,\n
subject VARCHAR(255),\n
PRIMARY KEY `uid` (`uid`),\n
KEY `allowedRolesAndUsers` (`Subject`)\n
KEY `subject` (`subject`)\n
) TYPE=InnoDB; \n
</string> </value>
</item>
......@@ -128,7 +128,7 @@
uid BIGINT UNSIGNED NOT NULL,\n
subject VARCHAR(255),\n
PRIMARY KEY `uid` (`uid`),\n
KEY `allowedRolesAndUsers` (`Subject`)\n
KEY `subject` (`subject`)\n
) TYPE=InnoDB; \n
</string> </value>
</item>
......
22
\ No newline at end of file
23
\ 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