Added a new field "module" to the post table to indicate what type of module

each entry is
This commit is contained in:
moodler
2006-03-20 07:13:21 +00:00
parent 490201c75c
commit 112d0ebf82
6 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2006031600; // YYYYMMDD = date
$version = 2006032000; // YYYYMMDD = date
// XY = increments within a single day
$release = '1.6 development'; // Human-friendly version name