From 3f2561dbf5de48e59118b4482a2a3ea8c4515617 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 9 Sep 2021 20:54:02 +1000 Subject: Another database schema fix for crazy. --- OpenSim/Data/MySQL/Resources/RegionStore.migrations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Data/MySQL/Resources/RegionStore.migrations b/OpenSim/Data/MySQL/Resources/RegionStore.migrations index 83bc532..fe49fef 100644 --- a/OpenSim/Data/MySQL/Resources/RegionStore.migrations +++ b/OpenSim/Data/MySQL/Resources/RegionStore.migrations @@ -335,7 +335,7 @@ CREATE TABLE IF NOT EXISTS `regionwindlight` ( ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; CREATE TABLE IF NOT EXISTS `spawn_points` ( - `RegionID` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8_unicode_ci NOT NULL, + `RegionID` char(36) NOT NULL, `Yaw` float NOT NULL, `Pitch` float NOT NULL, `Distance` float NOT NULL, -- cgit v1.1