Commit 1291b287 authored by Romain Courteaud's avatar Romain Courteaud

Add a new KEY to improve the speed of date search

parent 0526e075
...@@ -70,7 +70,8 @@ ...@@ -70,7 +70,8 @@
KEY `destination_uid` (`destination_uid`),\n KEY `destination_uid` (`destination_uid`),\n
KEY `source_section_uid` (`source_section_uid`),\n KEY `source_section_uid` (`source_section_uid`),\n
KEY `destination_section_uid` (`destination_section_uid`),\n KEY `destination_section_uid` (`destination_section_uid`),\n
KEY `resource_uid` (`resource_uid`)\n KEY `resource_uid` (`resource_uid`),\n
KEY `start_date` (`start_date`)\n
) TYPE=InnoDB\n ) TYPE=InnoDB\n
</string> </value> </string> </value>
</item> </item>
......
219 220
\ 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