Update of /cvsroot/phpwiki/phpwiki/schemas
In directory usw-pr-cvs1:/tmp/cvs-serv11442/schemas
Modified Files:
schema.mysql
Log Message:
Bug fix: ..._wikilinks => ..._links.
Index: schema.mysql
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/schemas/schema.mysql,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** schema.mysql 2001/07/12 03:21:35 1.5
--- schema.mysql 2001/07/17 15:58:28 1.6
***************
*** 3,7 ****
drop table if exists phpwiki_pages;
drop table if exists phpwiki_archive;
! drop table if exists phpwiki_wikilinks;
drop table if exists phpwiki_hitcount;
drop table if exists phpwiki_score;
--- 3,7 ----
drop table if exists phpwiki_pages;
drop table if exists phpwiki_archive;
! drop table if exists phpwiki_links;
drop table if exists phpwiki_hitcount;
drop table if exists phpwiki_score;
|