Quote:
Originally Posted by joligario
I'm guessing you found this in r1711?
Code:
ALTER TABLE `altadv_vars` ADD `account_time_required` INT UNSIGNED DEFAULT '0' NOT NULL AFTER `clientver`;
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;
|
Absolutely. I normally look in the SQL bin, like I mentioned above I was answering phone calls left and right while trying to reboot.