Add the second step of the friends migration to pull data from the old table into the new
parent
19a7a8f797
commit
2ed207509b
|
@ -0,0 +1,5 @@
|
|||
BEGIN;
|
||||
|
||||
INSERT INTO Friends (PrincipalID, FriendID, Flags) SELECT ownerID, friendID, friendPerms FROM userfriends;
|
||||
|
||||
COMMIT;
|
Loading…
Reference in New Issue