]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed typo on sourceglossaryid line
authormoodler <moodler>
Mon, 29 Sep 2003 10:06:03 +0000 (10:06 +0000)
committermoodler <moodler>
Mon, 29 Sep 2003 10:06:03 +0000 (10:06 +0000)
mod/glossary/db/mysql.sql

index 06e34348fb9ceec9adc853a9a7255d8e6896d77d..71e9d6e8e7dc203026053cf80ec774547a337cdb 100644 (file)
@@ -39,7 +39,7 @@ CREATE TABLE prefix_glossary_entries (
      timecreated int(10) unsigned NOT NULL default '0',
      timemodified int(10) unsigned NOT NULL default '0',
      teacherentry tinyint(2) unsigned NOT NULL default '0',
-     sourceglossaryid int(10) unsigned NOT NULL '0',
+     sourceglossaryid int(10) unsigned NOT NULL default '0',
      PRIMARY KEY  (id)
 ) TYPE=MyISAM COMMENT='all glossary entries';