View Single Post
  #10  
Old 09-27-2011, 01:39 PM
peculiarone
Fire Beetle
 
Join Date: Sep 2011
Posts: 1
Default where

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;
where exactly do i put this i am having the same issue and i dont know where copy this to
Reply With Quote