mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
a few more tables that may blowup on utf8mb4 and need no more than latin1
This commit is contained in:
@@ -9,6 +9,6 @@ CREATE TABLE IF NOT EXISTS `Friends` (
|
||||
`Offered` varchar(32) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`PrincipalID`(36),`Friend`(36)),
|
||||
KEY `PrincipalID` (`PrincipalID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
COMMIT;
|
||||
|
||||
@@ -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