Browse Source

Adding DB change "subscribe_users" see BT#5765

Julio Montoya 12 years ago
parent
commit
b83dd34637
1 changed files with 1 additions and 0 deletions
  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', ".