]> git.mjollnir.org Git - moodle.git/commitdiff
Removed duplicate showreports field in course table!!
authorstronk7 <stronk7>
Sun, 4 Jan 2004 11:51:47 +0000 (11:51 +0000)
committerstronk7 <stronk7>
Sun, 4 Jan 2004 11:51:47 +0000 (11:51 +0000)
That (yy)yanked and (pp)pasted lines!! :-)
Thanks to Juan Pablo, from Bolivia.

lib/db/mysql.sql

index 4ca29118edfb1daa067d714145da226f85b7ebe4..41077501d81076ae1700413bde1e8398d6534011 100644 (file)
@@ -53,7 +53,6 @@ CREATE TABLE `prefix_course` (
   `visible` int(10) unsigned NOT NULL default '1',
   `groupmode` int(4) unsigned NOT NULL default '0',
   `groupmodeforce` int(4) unsigned NOT NULL default '0',
-  `showreports` int(4) unsigned NOT NULL default '0',
   `timecreated` int(10) unsigned NOT NULL default '0',
   `timemodified` int(10) unsigned NOT NULL default '0',
   PRIMARY KEY  (`id`),