From: stronk7 Date: Sun, 4 Jan 2004 11:51:47 +0000 (+0000) Subject: Removed duplicate showreports field in course table!! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1a0c9eff8ebc3e0ca4b0a76ba9fdcd6595748a40;p=moodle.git Removed duplicate showreports field in course table!! That (yy)yanked and (pp)pasted lines!! :-) Thanks to Juan Pablo, from Bolivia. --- diff --git a/lib/db/mysql.sql b/lib/db/mysql.sql index 4ca29118ed..41077501d8 100644 --- a/lib/db/mysql.sql +++ b/lib/db/mysql.sql @@ -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`),