diff options
author | TDB Release <tdb-release@build.bot> | 2022-06-01 10:53:46 +0000 |
---|---|---|
committer | TDB Release <tdb-release@build.bot> | 2022-06-01 10:53:46 +0000 |
commit | a7fe0494bf6d6737b0a874ceddac0e2c089a7ce8 (patch) | |
tree | b9a6e299b5ac07d2b9a409c6b7186b3ecbea353f /sql/base/dev | |
parent | 2237926cec890d12849b0c8af14ada6dd6c7e6aa (diff) |
TDB 335.22061 - 2022/06/01TDB335.22061
Diffstat (limited to 'sql/base/dev')
-rw-r--r-- | sql/base/dev/world_database.sql | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index 0be4a3a500c..365b75a4f3e 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.28, for Linux (x86_64) +-- MySQL dump 10.13 Distrib 8.0.29, for Linux (x86_64) -- -- Host: localhost Database: world -- ------------------------------------------------------ --- Server version 8.0.28-0ubuntu0.20.04.3 +-- Server version 8.0.29-0ubuntu0.20.04.3 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -3940,7 +3940,7 @@ CREATE TABLE `waypoint_data` ( `position_x` float NOT NULL DEFAULT '0', `position_y` float NOT NULL DEFAULT '0', `position_z` float NOT NULL DEFAULT '0', - `orientation` float NOT NULL DEFAULT '0', + `orientation` float DEFAULT NULL, `delay` int unsigned NOT NULL DEFAULT '0', `move_type` int NOT NULL DEFAULT '0', `action` int NOT NULL DEFAULT '0', @@ -3987,7 +3987,7 @@ CREATE TABLE `waypoints` ( `position_x` float NOT NULL DEFAULT '0', `position_y` float NOT NULL DEFAULT '0', `position_z` float NOT NULL DEFAULT '0', - `orientation` float NOT NULL DEFAULT '0', + `orientation` float DEFAULT NULL, `delay` int unsigned NOT NULL DEFAULT '0', `point_comment` text, PRIMARY KEY (`entry`,`pointid`) @@ -4006,8 +4006,8 @@ CREATE TABLE `waypoints` ( /*!50001 SET @saved_cs_client = @@character_set_client */; /*!50001 SET @saved_cs_results = @@character_set_results */; /*!50001 SET @saved_col_connection = @@collation_connection */; -/*!50001 SET character_set_client = utf8 */; -/*!50001 SET character_set_results = utf8 */; +/*!50001 SET character_set_client = utf8mb3 */; +/*!50001 SET character_set_results = utf8mb3 */; /*!50001 SET collation_connection = utf8_general_ci */; /*!50001 CREATE ALGORITHM=UNDEFINED */ /*!50013 */ @@ -4024,8 +4024,8 @@ CREATE TABLE `waypoints` ( /*!50001 SET @saved_cs_client = @@character_set_client */; /*!50001 SET @saved_cs_results = @@character_set_results */; /*!50001 SET @saved_col_connection = @@collation_connection */; -/*!50001 SET character_set_client = utf8 */; -/*!50001 SET character_set_results = utf8 */; +/*!50001 SET character_set_client = utf8mb3 */; +/*!50001 SET character_set_results = utf8mb3 */; /*!50001 SET collation_connection = utf8_general_ci */; /*!50001 CREATE ALGORITHM=UNDEFINED */ /*!50013 */ @@ -4042,8 +4042,8 @@ CREATE TABLE `waypoints` ( /*!50001 SET @saved_cs_client = @@character_set_client */; /*!50001 SET @saved_cs_results = @@character_set_results */; /*!50001 SET @saved_col_connection = @@collation_connection */; -/*!50001 SET character_set_client = utf8 */; -/*!50001 SET character_set_results = utf8 */; +/*!50001 SET character_set_client = utf8mb3 */; +/*!50001 SET character_set_results = utf8mb3 */; /*!50001 SET collation_connection = utf8_general_ci */; /*!50001 CREATE ALGORITHM=UNDEFINED */ /*!50013 */ @@ -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-04-14 16:24:40 +-- Dump completed on 2022-06-01 10:50:54 |