diff options
author | Justin Clark-Casey (justincc) | 2011-06-02 21:48:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-06-02 21:48:50 +0100 |
commit | b8e2ee69785e8f114748ab9f08cb34b45abde456 (patch) | |
tree | 1294b2fb6730eebef863f220e782136aa48aa08f /OpenSim/Data/MySQL/Resources/FriendsStore.migrations | |
parent | minor: add ini.example doc to hint that the server address in [FreeswitchServ... (diff) | |
parent | HG IM: increase the timeout value (diff) | |
download | opensim-SC-b8e2ee69785e8f114748ab9f08cb34b45abde456.zip opensim-SC-b8e2ee69785e8f114748ab9f08cb34b45abde456.tar.gz opensim-SC-b8e2ee69785e8f114748ab9f08cb34b45abde456.tar.bz2 opensim-SC-b8e2ee69785e8f114748ab9f08cb34b45abde456.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/FriendsStore.migrations')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/FriendsStore.migrations | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/FriendsStore.migrations b/OpenSim/Data/MySQL/Resources/FriendsStore.migrations index 35e5e93..7848e49 100644 --- a/OpenSim/Data/MySQL/Resources/FriendsStore.migrations +++ b/OpenSim/Data/MySQL/Resources/FriendsStore.migrations | |||
@@ -25,7 +25,8 @@ COMMIT; | |||
25 | 25 | ||
26 | BEGIN; | 26 | BEGIN; |
27 | 27 | ||
28 | ALTER TABLE `Friends` DROP PRIMARY KEY; | ||
29 | ALTER TABLE `Friends` ADD PRIMARY KEY(PrincipalID(36), Friend(36)); | ||
28 | ALTER TABLE `Friends` MODIFY COLUMN PrincipalID varchar(255) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; | 30 | ALTER TABLE `Friends` MODIFY COLUMN PrincipalID varchar(255) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; |
29 | 31 | ||
30 | COMMIT; | 32 | COMMIT; |
31 | |||