From 7b28d2c87c449dcf9a0b2b4178ef28da9d765c3b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 May 2012 09:40:07 +0800 Subject: [PATCH] DataObjects/core.sql --- DataObjects/core.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataObjects/core.sql b/DataObjects/core.sql index 78979197..6725b567 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -30,7 +30,7 @@ ALTER TABLE Companies ADD COLUMN country varchar(4) NOT NULL DEFAULT ''; ALTER TABLE Companies CHANGE COLUMN isOwner isOwner int(11); -#postres +-- postres ALTER TABLE Companies ALTER isOwner TYPE int(11); ALTER TABLE Companies ALTER owner_id SET DEFAULT 0; ALTER TABLE Companies ALTER url SET DEFAULT ''; @@ -41,7 +41,7 @@ ALTER TABLE Companies ADD INDEX name_lookup (name); UPDATE Companies set comptype='OWNER' where isOwner=1; -#// core comapy types - use core enums (Company Type) +-- // core comapy types - use core enums (Company Type) DROP TABLE core_company_type; -- 2.39.2