X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=sql%2Fen_US-new.sql;h=b025189a685689c9c5afea160d2aceb9f686c7fb;hp=1abe56cd9c97553e6b850f3848bb9e2befc63cfd;hb=317210096efdbe5b375d5a0112d4f10a3c3c0b53;hpb=e771cab507c120f329e50a71807dd4c53c0ace96 diff --git a/sql/en_US-new.sql b/sql/en_US-new.sql index 1abe56cd..b025189a 100644 --- a/sql/en_US-new.sql +++ b/sql/en_US-new.sql @@ -447,7 +447,7 @@ INSERT INTO `0_crm_categories` VALUES (12, 'supplier', 'invoice', 'Invoices', 'I DROP TABLE IF EXISTS `0_crm_contacts`; CREATE TABLE IF NOT EXISTS `0_crm_contacts` ( `id` int(11) NOT NULL auto_increment, - `person_id` int(11) NOT NULL default '0' COMMENT 'foreign key to crm_contacts', + `person_id` int(11) NOT NULL default '0' COMMENT 'foreign key to crm_persons', `type` varchar(20) NOT NULL COMMENT 'foreign key to crm_categories', `action` varchar(20) NOT NULL COMMENT 'foreign key to crm_categories', `entity_id` varchar(11) default NULL COMMENT 'entity id in related class table',