From: rich Date: Sat, 9 Sep 2006 14:26:05 +0000 (+0000) Subject: powered_by table is fixed. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=7813982d5aa913bfc4ccd12504be8b77c38f08f9;p=cocanwiki.git powered_by table is fixed. --- 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); + +