Committer: ailyin
LJSUP-10815 (Fotki.ru: store data on our own servers): run the db changes before 89U branches/r88.8/cgi-bin/LJ/UserManage.pm U branches/r88.8/cgi-bin/ljcom.pl
Modified: branches/r88.8/cgi-bin/LJ/UserManage.pm =================================================================== --- branches/r88.8/cgi-bin/LJ/UserManage.pm 2012-01-30 14:42:30 UTC (rev 11365) +++ branches/r88.8/cgi-bin/LJ/UserManage.pm 2012-01-30 15:04:44 UTC (rev 11366) @@ -49,11 +49,6 @@ 'friending_actions_q' => { 'userid' => 'userid', 'id' => 'rec_id', 'copy_policy' => 'chunks' }, 'friendgroup2' => { 'copy_policy' => 'whole' }, 'friendstimes' => { 'copy_policy' => 'whole' }, - 'fotki_albums' => { 'copy_policy' => 'chunks', 'id' => 'album_id' }, - 'fotki_photos' => { 'copy_policy' => 'chunks', 'id' => 'photo_id' }, - 'fotki_photos_data' => { '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', 'inactive_user' => { 'copy_policy' => 'whole' }, 'inviterecv' => { 'copy_policy' => 'whole' }, Modified: branches/r88.8/cgi-bin/ljcom.pl =================================================================== --- branches/r88.8/cgi-bin/ljcom.pl 2012-01-30 14:42:30 UTC (rev 11365) +++ branches/r88.8/cgi-bin/ljcom.pl 2012-01-30 15:04:44 UTC (rev 11366) @@ -34,7 +34,6 @@ "sms_quota", "sms_promo", "spinvox_msg", "jabroster2", "jabrostergroups2", "inactive_user", "smsru", "friendstimes", "friendstimes2_unwatched", - "fotki_albums", "fotki_photos", "fotki_tags", "fotki_tags_map", ); LJ::ModuleLoader->require_if_exists("ljcomint.pl");