mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
6 lines
106 B
PL/PgSQL
6 lines
106 B
PL/PgSQL
BEGIN;
|
|
|
|
INSERT INTO `Friends` SELECT `ownerID`, `friendID`, `friendPerms`, 0 FROM `userfriends`;
|
|
|
|
COMMIT;
|