From 1ae9f8e237a65d2d81c14cebb3e69b03f22235f5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 17 Mar 2011 22:34:45 +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 55cb2fe9..f611107e 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -193,7 +193,7 @@ ALTER TABLE Projects ADD COLUMN agency_id int(11) NOT NULL DEFAULT 0 ; #-- 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.. CREATE TABLE `ProjectDirectory` ( `id` int(11) NOT NULL auto_increment, `project_id` int(11) NOT NULL, -- 2.39.2