mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Add the second step of the friends migration to pull data from the old table into the new
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/002_Friends.sql
Normal file
5
OpenSim/Data/MySQL/Resources/002_Friends.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
INSERT INTO Friends (PrincipalID, FriendID, Flags) SELECT ownerID, friendID, friendPerms FROM userfriends;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user