From 9d4db97e2750a4fb0fecb839f5d1939433654c3f Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 18 Jun 2008 17:57:40 +0000 Subject: Fixes #12: Active variable on entities table. Update db schema. git-svn-id: https://code.elgg.org/elgg/trunk@980 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/schema/mysql.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engine/schema') diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql index 749ee5bcf..491c1e4c6 100644 --- a/engine/schema/mysql.sql +++ b/engine/schema/mysql.sql @@ -34,7 +34,9 @@ CREATE TABLE `prefix_entities` ( `access_id` int(11) NOT NULL, `time_created` int(11) NOT NULL, - `time_updated` int(11) NOT NULL, + `time_updated` int(11) NOT NULL, + + `enabled` enum ('yes', 'no') NOT NULL default 'yes', primary key (`guid`), KEY `site_guid` (`site_guid`) -- cgit v1.2.3