aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-07-04 19:33:12 +0100
committerJustin Clark-Casey (justincc)2013-07-04 19:33:12 +0100
commitc61becc62b2d36996350e8837424bc847532eb4c (patch)
treea1cc42425c1acdaefe6cc7a5094646d8802d526b /OpenSim/Data/MySQL
parentAdd --default option to "debug lludp packet" command to allow packet logging ... (diff)
parentMore debug related to the previous commit (diff)
downloadopensim-SC_OLD-c61becc62b2d36996350e8837424bc847532eb4c.zip
opensim-SC_OLD-c61becc62b2d36996350e8837424bc847532eb4c.tar.gz
opensim-SC_OLD-c61becc62b2d36996350e8837424bc847532eb4c.tar.bz2
opensim-SC_OLD-c61becc62b2d36996350e8837424bc847532eb4c.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MySQL/Resources/FriendsStore.migrations2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/FriendsStore.migrations b/OpenSim/Data/MySQL/Resources/FriendsStore.migrations
index 55d82ec..5faf956 100644
--- a/OpenSim/Data/MySQL/Resources/FriendsStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/FriendsStore.migrations
@@ -9,7 +9,7 @@ CREATE TABLE `Friends` (
9 `Offered` VARCHAR(32) NOT NULL DEFAULT 0, 9 `Offered` VARCHAR(32) NOT NULL DEFAULT 0,
10 PRIMARY KEY(`PrincipalID`, `Friend`), 10 PRIMARY KEY(`PrincipalID`, `Friend`),
11 KEY(`PrincipalID`) 11 KEY(`PrincipalID`)
12); 12) ENGINE=InnoDB;
13 13
14COMMIT; 14COMMIT;
15 15