Skip to content
This repository has been archived by the owner on Jul 5, 2018. It is now read-only.

Commit

Permalink
Fix SQL error in install.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisjacquet committed Apr 27, 2017
1 parent 7e10bfa commit 337974f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ BEGIN
WHERE c.relname='messages_ind'
AND n.nspname=CURRENT_SCHEMA
) THEN
THEN
CREATE INDEX messages_ind ON messages USING btree (syear, school_id);
END IF;
END
Expand Down

0 comments on commit 337974f

Please sign in to comment.