From 4902df0efc007d0a5c3b8238fa5ef6f007814cf6 Mon Sep 17 00:00:00 2001 From: rich Date: Thu, 7 Oct 2004 11:50:24 +0000 Subject: [PATCH] Dropped links_to constraint. --- cocanwiki.sql | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cocanwiki.sql b/cocanwiki.sql index d4b9514..850cb67 100644 --- a/cocanwiki.sql +++ b/cocanwiki.sql @@ -881,15 +881,6 @@ ALTER TABLE ONLY links -- --- TOC entry 92 (OID 544459) --- Name: links_to_cn; Type: FK CONSTRAINT; Schema: public; Owner: rich --- - -ALTER TABLE ONLY links - ADD CONSTRAINT links_to_cn FOREIGN KEY (hostid, to_url) REFERENCES pages(hostid, url) DEFERRABLE; - - --- -- TOC entry 3 (OID 2200) -- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: postgres -- -- 1.8.3.1