Commit 4b7acaa7 authored by Julien Muchembled's avatar Julien Muchembled

CMFActivity: remove useless 'priority' index

parent afaa9d19
......@@ -148,7 +148,6 @@ CREATE TABLE %s (
KEY (`path`),
KEY (`active_process_uid`),
KEY (`method_id`),
KEY (`priority`),
KEY (`tag`)
) ENGINE=InnoDB""" % self.sql_table
......
......@@ -68,7 +68,6 @@ CREATE TABLE %s (
KEY (`path`),
KEY (`active_process_uid`),
KEY (`method_id`),
KEY (`priority`),
KEY (`tag`)
) ENGINE=InnoDB""" % self.sql_table
......
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