Update of /cvsroot/phpwiki/phpwiki/schemas
In directory usw-pr-cvs1:/tmp/cvs-serv27060
Modified Files:
schema.psql
Log Message:
Oops: fixed a typo just now.
Updated table names so all are prefaced with 'phpwiki_'. This is not
tested with Postgresql yet though.
Index: schema.psql
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/schemas/schema.psql,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** schema.psql 2001/07/12 03:24:18 1.6
--- schema.psql 2001/07/12 03:25:11 1.7
***************
*** 8,12 ****
drop table phpwiki_score;
! CREATE TABLE wiki (
pagename VARCHAR(100) NOT NULL,
version INT NOT NULL DEFAULT 1,
--- 8,12 ----
drop table phpwiki_score;
! CREATE TABLE phpwiki_pages (
pagename VARCHAR(100) NOT NULL,
version INT NOT NULL DEFAULT 1,
|