浏览代码

Adding DB change "subscribe_users" see BT#5765

Julio Montoya 12 年之前
父节点
当前提交
b83dd34637
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main/install/install.lib.php

+ 1 - 0
main/install/install.lib.php

@@ -3734,6 +3734,7 @@ function create_course_tables($course_db_name = null)
         "hide_toc_frame tinyint 			NOT NULL DEFAULT 0, ".
         "seriousgame_mode tinyint 			NOT NULL DEFAULT 0, ".
         "use_max_score  int unsigned        not null default 1, ".
+        "subscribe_users  int unsigned      not null default 0, ".
         "autolunch      int unsigned        not null default 0, ". // auto lunch LP
         "created_on     DATETIME 			NOT NULL DEFAULT '0000-00-00 00:00:00', ".
         "modified_on    DATETIME 			NOT NULL DEFAULT '0000-00-00 00:00:00', ".