aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r--OpenSim/Data/MySQL/Resources/UserAccount.migrations2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/UserAccount.migrations b/OpenSim/Data/MySQL/Resources/UserAccount.migrations
index 703238c..98be097 100644
--- a/OpenSim/Data/MySQL/Resources/UserAccount.migrations
+++ b/OpenSim/Data/MySQL/Resources/UserAccount.migrations
@@ -2,7 +2,7 @@
2 2
3BEGIN; 3BEGIN;
4 4
5CREATE TABLE IF NOT EXISTS `useraccounts` ( 5CREATE TABLE IF NOT EXISTS `UserAccounts` (
6 `PrincipalID` char(36) NOT NULL, 6 `PrincipalID` char(36) NOT NULL,
7 `ScopeID` char(36) NOT NULL, 7 `ScopeID` char(36) NOT NULL,
8 `FirstName` varchar(64) NOT NULL, 8 `FirstName` varchar(64) NOT NULL,