diff options
| author | TDB Release <tdb-release@build.bot> | 2022-04-14 16:27:03 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2022-04-14 16:27:03 +0000 |
| commit | c0a120669dafe0688e6b7fc1e487e3dfd6220087 (patch) | |
| tree | f1abdf129b1a721f3623a94084e191eba1f8ad76 /sql/base/dev | |
| parent | b0bba61460eca07f5b1d55b2727e5211a0a40d03 (diff) | |
TDB 335.22041 - 2022/04/14TDB335.22041
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 b51d070b22a..0be4a3a500c 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.0.26, for Linux (x86_64) +-- MySQL dump 10.13 Distrib 8.0.28, for Linux (x86_64) -- -- Host: localhost Database: world -- ------------------------------------------------------ --- Server version 8.0.26 +-- Server version 8.0.28-0ubuntu0.20.04.3 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -1444,7 +1444,7 @@ CREATE TABLE `gossip_menu_option` ( `BoxMoney` int unsigned NOT NULL DEFAULT '0', `BoxText` text, `BoxBroadcastTextID` mediumint NOT NULL DEFAULT '0', - `VerifiedBuild` smallint NOT NULL DEFAULT '0', + `VerifiedBuild` int NOT NULL DEFAULT '0', PRIMARY KEY (`MenuID`,`OptionID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; @@ -4061,4 +4061,4 @@ CREATE TABLE `waypoints` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2022-02-16 21:52:05 +-- Dump completed on 2022-04-14 16:24:40 |
