mirror of
git://opensimulator.org/git/opensim
synced 2026-08-16 10:02:15 +00:00
6 lines
124 B
PL/PgSQL
6 lines
124 B
PL/PgSQL
BEGIN;
|
|
|
|
INSERT INTO Friends (PrincipalID, FriendID, Flags) SELECT ownerID, friendID, friendPerms FROM userfriends;
|
|
|
|
COMMIT;
|