]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed INT4 SERIAL
authorpaca70 <paca70>
Thu, 19 Feb 2004 19:07:04 +0000 (19:07 +0000)
committerpaca70 <paca70>
Thu, 19 Feb 2004 19:07:04 +0000 (19:07 +0000)
mod/glossary/db/postgres7.sql

index 20b7adcbbdb7d7a6fc28872ab5dea2aff4d10a4d..824d5d06cf0c61c1484de4a333e58cff4300fdda 100644 (file)
@@ -132,7 +132,7 @@ CREATE TABLE prefix_glossary_displayformats (
 #
 
 CREATE TABLE prefix_glossary_ratings (
-  id int4 SERIAL,
+  id SERIAL,
   userid int4 NOT NULL default '0',
   entryid int4 NOT NULL default '0',
   time int4 NOT NULL default '0',