[ljcom] r11225: 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 U trunk/cgi-bin/ljcom.pl
Modified: trunk/cgi-bin/LJ/UserManage.pm
===================================================================
--- trunk/cgi-bin/LJ/UserManage.pm 2011-11-29 10:43:39 UTC (rev 11224)
+++ trunk/cgi-bin/LJ/UserManage.pm 2011-11-29 12:01:08 UTC (rev 11225)
@@ -51,6 +51,7 @@
'friendstimes' => { 'copy_policy' => 'whole' },
'fotki_albums' => { 'copy_policy' => 'chunks', 'id' => 'album_id' },
'fotki_album_prop' => { 'copy_policy' => 'chunks', 'id' => 'album_id' },
+ 'fotki_migration_log' => { 'copy_policy' => 'chunks', 'id' => 'logid' },
'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' },
Modified: trunk/cgi-bin/ljcom.pl
===================================================================
--- trunk/cgi-bin/ljcom.pl 2011-11-29 10:43:39 UTC (rev 11224)
+++ trunk/cgi-bin/ljcom.pl 2011-11-29 12:01:08 UTC (rev 11225)
@@ -36,6 +36,7 @@
"friendstimes", "friendstimes2_unwatched",
"fotki_albums", "fotki_photos", "fotki_tags", "fotki_tags_map",
"fotki_album_prop", "fotki_photo_prop", "fotki_photos_data",
+ "fotki_migration_log",
);
LJ::ModuleLoader->require_if_exists("ljcomint.pl");
