View Single Post
  #11  
Old 07-03-2011, 01:06 PM
johno
Fire Beetle
 
Join Date: Jul 2011
Posts: 1
Default nice!

Quote:
Originally Posted by lerxst2112 View Post
Try applying this SQL to your database. It is the part of required update 1711 that is currently missing in the PEQ database.

ALTER TABLE `account` ADD `time_creation` INT UNSIGNED DEFAULT '0' NOT NULL AFTER `suspendeduntil`;
UPDATE `account` SET `time_creation` = UNIX_TIMESTAMP() WHERE `time_creation` = 0;
pulling hair till i found this tasty nugget.

where is this documented?
Reply With Quote