From: paca70 Date: Thu, 19 Feb 2004 19:07:04 +0000 (+0000) Subject: Fixed INT4 SERIAL X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d956341c66181784babda564e28a765e09a6f043;p=moodle.git Fixed INT4 SERIAL --- diff --git a/mod/glossary/db/postgres7.sql b/mod/glossary/db/postgres7.sql index 20b7adcbbd..824d5d06cf 100644 --- a/mod/glossary/db/postgres7.sql +++ b/mod/glossary/db/postgres7.sql @@ -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',