From: Alan Knowles Date: Thu, 8 Nov 2018 08:35:40 +0000 (+0800) Subject: sql/core_person.sql X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f279787aa11f87ce9f67a238167dfbf708f1eb85 sql/core_person.sql --- diff --git a/sql/core_person.sql b/sql/core_person.sql index 33dbd3cc..3ef5cf16 100644 --- a/sql/core_person.sql +++ b/sql/core_person.sql @@ -106,4 +106,3 @@ ALTER TABLE core_person ADD COLUMN post_code VARCHAR(256) NOT NULL DEFAULT ''; ALTER TABLE core_person ADD COLUMN oath_key VARCHAR(254) NOT NULL DEFAULT ''; alter table core_person add index lookup_company_id( company_id); -alter table core_person add index lookup_buying_head_id( buying_head_id); \ No newline at end of file