From: skodak Date: Mon, 10 Jan 2005 21:08:29 +0000 (+0000) Subject: typo - missing semicolon X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6175411bcb203b5764516c9bcc9173ef8aa3a279;p=moodle.git typo - missing semicolon --- diff --git a/lib/db/postgres7.sql b/lib/db/postgres7.sql index 01b7a38a72..25a72683d6 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,