From: martin Date: Wed, 19 Jun 2002 05:37:59 +0000 (+0000) Subject: Added course->marker X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2f21e988a66ca6ef1c4f7df70d12f746c2eefe5f;p=moodle.git Added course->marker --- diff --git a/lib/db/mysql.sql b/lib/db/mysql.sql index 383e4dcbfd..0f26fec676 100644 --- a/lib/db/mysql.sql +++ b/lib/db/mysql.sql @@ -27,6 +27,7 @@ CREATE TABLE `course` ( `guest` tinyint(1) unsigned NOT NULL default '0', `startdate` int(10) unsigned NOT NULL default '0', `enddate` int(10) unsigned NOT NULL default '0', + `marker` int(10) unsigned NOT NULL default '0', `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`)