diff options
author | Justin Clark-Casey (justincc) | 2013-07-04 19:33:12 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-07-04 19:33:12 +0100 |
commit | c61becc62b2d36996350e8837424bc847532eb4c (patch) | |
tree | a1cc42425c1acdaefe6cc7a5094646d8802d526b /OpenSim/Data/MySQL | |
parent | Add --default option to "debug lludp packet" command to allow packet logging ... (diff) | |
parent | More debug related to the previous commit (diff) | |
download | opensim-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.migrations | 2 |
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 | ||
14 | COMMIT; | 14 | COMMIT; |
15 | 15 | ||