From 4514824970273446e12365583aa16ee0377174ed Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 Aug 2013 11:37:20 +0800 Subject: [PATCH] DataObjects/core.sql --- DataObjects/core.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/core.sql b/DataObjects/core.sql index 873dc3a1..9d1bd495 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -231,7 +231,7 @@ alter table Person change email email varchar(254) NOT NULL DEFAULT ''; ALTER TABLE Person ADD INDEX lookup_a(email, active); ALTER TABLE Person ADD INDEX lookup_b(email, active, company_id); -alter table Person add index lookup_owner(owner_id); +ALTER TABLE Person add index lookup_owner(owner_id); -- 2.39.2