Fixing missing , in prefix_blog_instance postgres creation

This commit is contained in:
mjollnir_ 2006-03-23 00:37:53 +00:00
parent 76de2cdf1a
commit 60f4cbc13a

View file

@ -659,7 +659,7 @@ CREATE TABLE prefix_blog_tag_instance (
tagid integer NOT NULL default 0,
groupid integer NOT NULL default 0,
courseid integer NOT NULL default 0,
userid integer NOT NULL default 0
userid integer NOT NULL default 0,
timemodified integer NOT NULL default 0
);
CREATE INDEX bti_entryid_idx ON prefix_blog_tag_instance (entryid);