diff options
author | TDB Release <tdb-release@build.bot> | 2020-08-22 16:29:44 +0000 |
---|---|---|
committer | TDB Release <tdb-release@build.bot> | 2020-08-22 16:29:44 +0000 |
commit | ada0e32a64128b28e43a086905563800e9ce8cf4 (patch) | |
tree | 705dc767a57485e258cafca333505ce5c6cece73 /sql/base/dev | |
parent | f17b9b20f10ed8e14cdddef395ff467053068d35 (diff) |
TDB 335.20082 - 2020/08/22TDB335.20082
Diffstat (limited to 'sql/base/dev')
-rw-r--r-- | sql/base/dev/world_database.sql | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index 8040b256142..41db59aff37 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -3842,14 +3842,14 @@ DROP TABLE IF EXISTS `warden_checks`; CREATE TABLE `warden_checks` ( `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `type` tinyint(3) unsigned DEFAULT NULL, - `str` varchar(20) DEFAULT NULL, + `str` varchar(170) DEFAULT NULL, `address` int(10) unsigned DEFAULT NULL, `length` tinyint(3) unsigned DEFAULT NULL, `comment` varchar(50) DEFAULT NULL, `data` binary(24) DEFAULT NULL, - `result` varbinary(12) DEFAULT NULL, + `result` varbinary(24) DEFAULT NULL, PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=787 DEFAULT CHARSET=utf8; +) ENGINE=MyISAM AUTO_INCREMENT=791 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -3948,4 +3948,4 @@ CREATE TABLE `waypoints` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2020-08-15 9:34:48 +-- Dump completed on 2020-08-22 16:27:28 |