diff options
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/GridUserStore.migrations')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/GridUserStore.migrations | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/GridUserStore.migrations b/OpenSim/Data/MySQL/Resources/GridUserStore.migrations index 99b16ed..0cb7d07 100644 --- a/OpenSim/Data/MySQL/Resources/GridUserStore.migrations +++ b/OpenSim/Data/MySQL/Resources/GridUserStore.migrations | |||
@@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS `GridUser` ( | |||
14 | `Login` CHAR(16) NOT NULL DEFAULT '0', | 14 | `Login` CHAR(16) NOT NULL DEFAULT '0', |
15 | `Logout` CHAR(16) NOT NULL DEFAULT '0', | 15 | `Logout` CHAR(16) NOT NULL DEFAULT '0', |
16 | PRIMARY KEY (`UserID`) | 16 | PRIMARY KEY (`UserID`) |
17 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8; | 17 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; |
18 | 18 | ||
19 | COMMIT; | 19 | COMMIT; |
20 | 20 | ||