Skip to content

Commit

Permalink
Fixed INT4 SERIAL
Browse files Browse the repository at this point in the history
  • Loading branch information
paca70 committed Feb 19, 2004
1 parent e8da8d7 commit d956341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/glossary/db/postgres7.sql
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ CREATE TABLE prefix_glossary_displayformats (
# #


CREATE TABLE prefix_glossary_ratings ( CREATE TABLE prefix_glossary_ratings (
id int4 SERIAL, id SERIAL,
userid int4 NOT NULL default '0', userid int4 NOT NULL default '0',
entryid int4 NOT NULL default '0', entryid int4 NOT NULL default '0',
time int4 NOT NULL default '0', time int4 NOT NULL default '0',
Expand Down

0 comments on commit d956341

Please sign in to comment.