TDB 335.11.47 - 2012/05/19

This commit is contained in:
Nay
2012-05-19 14:27:24 +01:00
parent 484223e129
commit 9474902479
260 changed files with 2 additions and 1 deletions

View File

@@ -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;

View File

@@ -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';