diff options
author | Justin Clark-Casey (justincc) | 2010-04-30 21:37:31 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-04-30 21:37:31 +0100 |
commit | 8966ed9c82c8199bf0da61815d04d485d67aa34a (patch) | |
tree | 9e23144ffa4f38a2608572d731c40d72e44108b2 /OpenSim/Data/SQLiteLegacy/Resources/002_FriendsStore.sql | |
parent | Fix a bunch of issues that crop up after the naive porting of the new sqlite ... (diff) | |
download | opensim-SC-8966ed9c82c8199bf0da61815d04d485d67aa34a.zip opensim-SC-8966ed9c82c8199bf0da61815d04d485d67aa34a.tar.gz opensim-SC-8966ed9c82c8199bf0da61815d04d485d67aa34a.tar.bz2 opensim-SC-8966ed9c82c8199bf0da61815d04d485d67aa34a.tar.xz |
fix an issue with user appearance where the new sqlite db adapter expects directly specification of byte[] type rather than base64 strings
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/SQLiteLegacy/Resources/002_FriendsStore.sql | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Data/SQLiteLegacy/Resources/002_FriendsStore.sql b/OpenSim/Data/SQLiteLegacy/Resources/002_FriendsStore.sql deleted file mode 100644 index 6733502..0000000 --- a/OpenSim/Data/SQLiteLegacy/Resources/002_FriendsStore.sql +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | BEGIN TRANSACTION; | ||
2 | |||
3 | INSERT INTO `Friends` SELECT `ownerID`, `friendID`, `friendPerms`, 0 FROM `userfriends`; | ||
4 | |||
5 | COMMIT; | ||