mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
a few more tables that may blowup on utf8mb4 and need no more than latin1
This commit is contained in:
@@ -11,6 +11,6 @@ CREATE TABLE IF NOT EXISTS `Presence` (
|
||||
UNIQUE KEY `SessionID` (`SessionID`),
|
||||
KEY `UserID` (`UserID`),
|
||||
KEY `RegionID` (`RegionID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user