aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/Avatar.migrations
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/Avatar.migrations')
-rw-r--r--OpenSim/Data/MySQL/Resources/Avatar.migrations2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/Avatar.migrations b/OpenSim/Data/MySQL/Resources/Avatar.migrations
index 07e6c68..c5ec9ca 100644
--- a/OpenSim/Data/MySQL/Resources/Avatar.migrations
+++ b/OpenSim/Data/MySQL/Resources/Avatar.migrations
@@ -2,7 +2,7 @@
2 2
3BEGIN; 3BEGIN;
4 4
5CREATE TABLE IF NOT EXISTS `avatars` ( 5CREATE TABLE IF NOT EXISTS `Avatars` (
6 `PrincipalID` char(36) NOT NULL, 6 `PrincipalID` char(36) NOT NULL,
7 `Name` varchar(32) NOT NULL, 7 `Name` varchar(32) NOT NULL,
8 `Value` text, 8 `Value` text,