mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Implement the friends data adaptor
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/002_FriendsStore.sql
Normal file
5
OpenSim/Data/MySQL/Resources/002_FriendsStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
INSERT INTO `Friends` SELECT `ownerID`, `friendID`, `friendPerms`, 0 FROM `userfriends`;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user