From 7813982d5aa913bfc4ccd12504be8b77c38f08f9 Mon Sep 17 00:00:00 2001 From: rich Date: Sat, 9 Sep 2006 14:26:05 +0000 Subject: [PATCH] powered_by table is fixed. --- schema/cocanwiki.sql | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/schema/cocanwiki.sql b/schema/cocanwiki.sql index afcf10f..b1f8e3e 100644 --- a/schema/cocanwiki.sql +++ b/schema/cocanwiki.sql @@ -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); + + -- 1.8.3.1