From 752ec6052608d9bb65b4aee20aac730b6b1887fc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 3 Jun 2016 16:08:27 +0800 Subject: [PATCH] DataObjects/core.sql --- DataObjects/core.sql | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/DataObjects/core.sql b/DataObjects/core.sql index dceb2c91..57222f71 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -1,15 +1,13 @@ --- // core comapy types - use core enums (Company Type) -DROP TABLE core_company_type; - +-- file is not really used any more.. --- we duplicate office_id and company_id here... --- not sure if we should keep doing that in the new design... --- we should improve our links code to handle this.. +-- // core comapy types - use core enums (Company Type) +DROP TABLE core_company_type; + --// old core image type - merged into enum. DROP TABLE core_image_type; -- 2.39.2