mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
TDB 335.11.47 - 2012/05/19
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
DROP TABLE IF EXISTS `warden_action`;
|
||||
|
||||
CREATE TABLE `warden_action` (
|
||||
`wardenId` smallint(5) unsigned NOT NULL,
|
||||
`action` tinyint(3) unsigned DEFAULT NULL,
|
||||
PRIMARY KEY (`wardenId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
@@ -1,2 +0,0 @@
|
||||
ALTER TABLE `lag_reports` ADD `latency` int(10) unsigned NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `lag_reports` ADD `createTime` int(10) unsigned NOT NULL DEFAULT '0';
|
||||
Reference in New Issue
Block a user