From 23690138a3715f9014d112ffd2efd8f71280ca45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Fri, 26 Sep 2008 20:40:48 +0200 Subject: [PATCH] [svn r16420] developing new Wiki features --- main/inc/lib/add_course.lib.inc.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/main/inc/lib/add_course.lib.inc.php b/main/inc/lib/add_course.lib.inc.php index 7ce21c3014..925b2c9641 100644 --- a/main/inc/lib/add_course.lib.inc.php +++ b/main/inc/lib/add_course.lib.inc.php @@ -824,9 +824,17 @@ function update_Db_course($courseDbName) comment text NOT NULL, progress text NOT NULL, score int NULL default 0, - version int DEFAULT NULL, - hits int DEFAULT NULL, + version int default NULL, + hits int default NULL, linksto text NOT NULL, + lastversion int default NULL, + tag text NOT NULL, + feedback1 text NOT NULL, + feedback2 text NOT NULL, + feedback3 text NOT NULL, + max_size int default NULL, + max_text int default NULL, + allow_attachments int default NULL, user_ip varchar(39) NOT NULL, PRIMARY KEY (id) )";