From: Steinar H. Gunderson Date: Sat, 29 Sep 2007 15:08:34 +0000 (+0200) Subject: Fix a spelling mistake. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=4b0f3ac6e35238c449c525723849b57fb1775737;hp=211db32f412b945988bae2a6014ff76017c42282 Fix a spelling mistake. --- diff --git a/sql/pr0n.sql b/sql/pr0n.sql index 318e9da..7ce156a 100644 --- a/sql/pr0n.sql +++ b/sql/pr0n.sql @@ -15,7 +15,7 @@ CREATE TABLE last_picture_cache ( last_picture timestamp without time zone, PRIMARY KEY (vhost,event), - FOREIGN KEY (vhost,event) REFERNECES events(vhost,event) + FOREIGN KEY (vhost,event) REFERENCES events(vhost,event) ); CREATE TABLE images (