From 64eb138c487dfd15821e79a4ca510515391b569a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 23 May 2011 17:59:22 +0800 Subject: [PATCH] DataObjects/core.sql --- DataObjects/core.sql | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/DataObjects/core.sql b/DataObjects/core.sql index 314de02a..4e5e4a07 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -42,13 +42,8 @@ ALTER TABLE Companies UPDATE Companies set comptype='OWNER' where isOwner=1; - -CREATE TABLE `core_company_type` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - PRIMARY KEY (`id`) -); - +#// core comapy types - use core enums (Company Type) +DROP TABLE core_company_type; CREATE TABLE `Events` ( `id` int(11) NOT NULL auto_increment, -- 2.39.2