Update of /cvsroot/planeshift/planeshift/src/server/database/mysql
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29823
Modified Files:
server_options.sql
Log Message:
Cust commited update to the server_option so that a create all would work.
Index: server_options.sql
===================================================================
RCS file: /cvsroot/planeshift/planeshift/src/server/database/mysql/server_options.sql,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** server_options.sql 24 Jun 2006 13:01:35 -0000 1.125
--- server_options.sql 25 Jul 2006 18:42:40 -0000 1.126
***************
*** 30,34 ****
# Remember to bump this in psconst.h and add to upgrade_schema.sql!
! INSERT INTO `server_options` VALUES ('db_version','1121');
INSERT INTO `server_options` VALUES ('standard_motd','This is the message of the day from server_options table.');
--- 30,34 ----
# Remember to bump this in psconst.h and add to upgrade_schema.sql!
! INSERT INTO `server_options` VALUES ('db_version','1122');
INSERT INTO `server_options` VALUES ('standard_motd','This is the message of the day from server_options table.');
|