# Host: localhost Database: planeshift # ------------------------------------------------------ # Server version 5.0.19-nt # # Table structure for table server_options # CREATE TABLE `server_options` ( `option_name` varchar(50) NOT NULL default '', `option_value` varchar(90) NOT NULL default '', PRIMARY KEY (`option_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; # # Dumping data for table server_options # # Remember to bump this in psconst.h and add to upgrade_schema.sql! INSERT INTO `server_options` VALUES ('db_version','1134'); INSERT INTO `server_options` VALUES ('standard_motd','This is the message of the day from server_options table.');