Update of /cvsroot/phpwiki/phpwiki/schemas
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13980
Modified Files:
mysql-initialize.sql
Log Message:
better updating hints
Index: mysql-initialize.sql
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/schemas/mysql-initialize.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -2 -b -p -d -r1.1 -r1.2
--- mysql-initialize.sql 22 Jul 2004 16:49:20 -0000 1.1
+++ mysql-initialize.sql 6 Sep 2004 08:31:27 -0000 1.2
@@ -50,7 +50,9 @@ CREATE TABLE session (
); -- TYPE=heap; -- if your Mysql supports it and you have enough RAM
--- upgrade from 1.3.7:
+-- upgrade to 1.3.8: (see lib/upgrade.php)
-- ALTER TABLE session ADD sess_ip CHAR(15) NOT NULL;
-- CREATE INDEX sess_date on session (sess_date);
+-- update to 1.3.10: (see lib/upgrade.php)
+-- ALTER TABLE page CHANGE id id INT NOT NULL AUTO_INCREMENT;
-- Optional DB Auth and Prefs
@@ -81,5 +83,5 @@ CREATE TABLE member (
) TYPE=MyISAM;
--- if you plan to use the wikilens theme
+-- only if you plan to use the wikilens theme
CREATE TABLE rating (
dimension INT(4) NOT NULL,
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
|
|