From 6175411bcb203b5764516c9bcc9173ef8aa3a279 Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 10 Jan 2005 21:08:29 +0000 Subject: [PATCH] typo - missing semicolon --- lib/db/postgres7.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db/postgres7.sql b/lib/db/postgres7.sql index 01b7a38a72d..25a72683d67 100644 --- a/lib/db/postgres7.sql +++ b/lib/db/postgres7.sql @@ -131,7 +131,7 @@ CREATE TABLE prefix_event ( CREATE INDEX prefix_event_courseid_idx ON prefix_event (courseid); CREATE INDEX prefix_event_userid_idx ON prefix_event (userid); CREATE INDEX prefix_event_timestart_idx ON prefix_event (timestart); -CREATE INDEX prefix_event_timeduration_idx ON prefix_event (timeduration) +CREATE INDEX prefix_event_timeduration_idx ON prefix_event (timeduration); CREATE TABLE prefix_groups ( id SERIAL PRIMARY KEY,