Commit 2bb177ec authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: add indexation_timestamp SQL index

parent 2432ef2c
......@@ -65,5 +65,6 @@ CREATE TABLE `catalog` (
KEY `causality_state_portal_type` (`causality_state`, `portal_type`),
KEY `invoice_state` (`invoice_state`),
KEY `payment_state` (`payment_state`),
KEY `event_state` (`event_state`)
KEY `event_state` (`event_state`),
KEY `indexation_timestamp` (`indexation_timestamp`)
) ENGINE=InnoDB;
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