From c4127515608a209828feb7d5fd00205b7f47efa8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 12 Feb 2011 17:53:00 +0800 Subject: [PATCH] DataObjects/core.sql --- DataObjects/core.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DataObjects/core.sql b/DataObjects/core.sql index 46cea56b..db7100cb 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -170,7 +170,8 @@ CREATE TABLE `Projects` ( PRIMARY KEY (`id`), KEY `plookup` (`code`) ) ; - alter table Projects add column active int(11) default 1; + +alter table Projects add column active int(11) default 1; alter table Projects add index plookup(code); ALTER TABLE Projects ADD COLUMN `type` varchar(1) NOT NULL DEFAULT 'P'; -- 2.39.2