[ljcom] r11216: LJSUP-10498 (Transfer data from old Scra...
Committer: ailyin
LJSUP-10498 (Transfer data from old Scrapbook to new LJ's photoservice (based on Fotki.com))U trunk/cgi-bin/LJ/UserManage.pm
Modified: trunk/cgi-bin/LJ/UserManage.pm
===================================================================
--- trunk/cgi-bin/LJ/UserManage.pm 2011-11-28 07:16:58 UTC (rev 11215)
+++ trunk/cgi-bin/LJ/UserManage.pm 2011-11-28 07:28:54 UTC (rev 11216)
@@ -50,8 +50,10 @@
'friendgroup2' => { 'copy_policy' => 'whole' },
'friendstimes' => { 'copy_policy' => 'whole' },
'fotki_albums' => { 'copy_policy' => 'chunks', 'id' => 'album_id' },
+ 'fotki_album_prop' => { 'copy_policy' => 'chunks', 'id' => 'album_id' },
'fotki_photos' => { 'copy_policy' => 'chunks', 'id' => 'photo_id' },
'fotki_photos_data' => { 'copy_policy' => 'chunks', 'id' => 'photo_id' },
+ 'fotki_photo_prop' => { 'copy_policy' => 'chunks', 'id' => 'photo_id' },
'fotki_tags' => { 'copy_policy' => 'chunks', 'id' => 'tag_id' },
'fotki_tags_map' => { 'copy_policy' => 'chunks', 'id' => 'tag_id' },
'has_subs' => 'ignore',
