]> git.mjollnir.org Git - moodle.git/commitdiff
typo - missing semicolon
authorskodak <skodak>
Mon, 10 Jan 2005 21:08:29 +0000 (21:08 +0000)
committerskodak <skodak>
Mon, 10 Jan 2005 21:08:29 +0000 (21:08 +0000)
lib/db/postgres7.sql

index 01b7a38a72dd621b09cebdf886c4ca6423693446..25a72683d673d45bf0417d865fede14eb429aea4 100644 (file)
@@ -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,