Implement the friends data adaptor

This commit is contained in:
Melanie
2010-02-05 12:31:29 +00:00
parent 0ab8dd61d7
commit b92cb6126d
4 changed files with 25 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
INSERT INTO `Friends` SELECT `ownerID`, `friendID`, `friendPerms`, 0 FROM `userfriends`;
COMMIT;