TDB 837.20081 - 2020/08/14

This commit is contained in:
TDB Release
2020-08-14 21:46:30 +00:00
parent 2aed7f18c0
commit f4b4425862
150 changed files with 63 additions and 61 deletions

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 5.7.29, for Linux (x86_64)
-- MySQL dump 10.13 Distrib 5.7.30, for Linux (x86_64)
--
-- Host: localhost Database: hotfixes
-- ------------------------------------------------------
-- Server version 5.7.29-0ubuntu0.18.04.1
-- Server version 5.7.30-0ubuntu0.18.04.1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -3317,9 +3317,10 @@ DROP TABLE IF EXISTS `hotfix_blob`;
CREATE TABLE `hotfix_blob` (
`TableHash` int(10) unsigned NOT NULL,
`RecordId` int(11) NOT NULL,
`locale` varchar(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`Blob` blob,
`VerifiedBuild` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`TableHash`,`RecordId`)
PRIMARY KEY (`TableHash`,`RecordId`,`locale`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -7975,4 +7976,4 @@ CREATE TABLE `world_state_expression` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2020-06-17 17:05:00
-- Dump completed on 2020-08-14 21:41:28