From 4b0f3ac6e35238c449c525723849b57fb1775737 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 29 Sep 2007 17:08:34 +0200 Subject: [PATCH 1/1] Fix a spelling mistake. --- sql/pr0n.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( -- 2.39.2