powered_by table is fixed.
authorrich <rich>
Sat, 9 Sep 2006 14:26:05 +0000 (14:26 +0000)
committerrich <rich>
Sat, 9 Sep 2006 14:26:05 +0000 (14:26 +0000)
schema/cocanwiki.sql

index afcf10f..b1f8e3e 100644 (file)
@@ -2485,3 +2485,31 @@ COPY themes (theme_css, name, description) FROM stdin;
 \.
 
 
+--
+-- PostgreSQL database dump
+--
+
+SET client_encoding = 'UNICODE';
+SET check_function_bodies = false;
+
+SET search_path = public, pg_catalog;
+
+--
+-- Data for TOC entry 3 (OID 11524909)
+-- Name: powered_by; Type: TABLE DATA; Schema: public; Owner: rich
+--
+
+COPY powered_by (id, name, url) FROM stdin;
+1      Merjis Team Notepad     http://www.team-notepad.com
+2      Merjis Easy Web Marketing       http://www.merjis.com
+\.
+
+
+--
+-- TOC entry 2 (OID 11524907)
+-- Name: powered_by_id_seq; Type: SEQUENCE SET; Schema: public; Owner: rich
+--
+
+SELECT pg_catalog.setval('powered_by_id_seq', 2, true);
+
+