Dropped links_to constraint.
authorrich <rich>
Thu, 7 Oct 2004 11:50:24 +0000 (11:50 +0000)
committerrich <rich>
Thu, 7 Oct 2004 11:50:24 +0000 (11:50 +0000)
cocanwiki.sql

index d4b9514..850cb67 100644 (file)
@@ -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
 --