mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08: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;
|