View Single Post
  #1  
Old 01-11-2015, 10:49 AM
iluvseq
Sarnak
 
Join Date: Aug 2009
Location: Somewhere
Posts: 53
Default FYI: PEQ 2014-10 schema missing crucial tables

For anyone setting up a brand new server, please be aware that the 2014-10-11 player_tables dump only contains CREATE TABLE statements for 5 tables:

CREATE TABLE `commands` (
CREATE TABLE `launcher` (
CREATE TABLE `rule_sets` (
CREATE TABLE `rule_values` (
CREATE TABLE `variables` (


The 2014-09-25 dump, however, has CREATE TABLE statements for 94 tables.

If you are trying to start a new server, you must use the older player_tables dump to setup your database.
Reply With Quote