Browse Source

[svn r16420] developing new Wiki features

Juan Carlos Raña 16 years ago
parent
commit
23690138a3
1 changed files with 10 additions and 2 deletions
  1. 10 2
      main/inc/lib/add_course.lib.inc.php

+ 10 - 2
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)
 		)";