mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 14:36:37 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user