]> git.mjollnir.org Git - moodle.git/commitdiff
Added course->timecreated
authormartin <martin>
Mon, 10 Jun 2002 11:34:31 +0000 (11:34 +0000)
committermartin <martin>
Mon, 10 Jun 2002 11:34:31 +0000 (11:34 +0000)
lib/db/mysql.sql

index efb3aa403ae72e9f0c2d1ec6a99665cb51915a0f..383e4dcbfd1a40211ecfa8655a8882138224c558 100644 (file)
@@ -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',
+  `timecreated` int(10) unsigned NOT NULL default '0',
   `timemodified` int(10) unsigned NOT NULL default '0',
   PRIMARY KEY  (`id`)
 ) TYPE=MyISAM;