Committer: vsukhanov
LJSUP-9208: add friendstimes2_unwatched table description to moveuclusterU trunk/cgi-bin/LJ/UserManage.pm
Modified: trunk/cgi-bin/LJ/UserManage.pm =================================================================== --- trunk/cgi-bin/LJ/UserManage.pm 2011-06-30 10:11:38 UTC (rev 10723) +++ trunk/cgi-bin/LJ/UserManage.pm 2011-07-01 03:21:56 UTC (rev 10724) @@ -47,6 +47,7 @@ 'friending_actions_q' => { 'userid' => 'userid', 'id' => 'rec_id', 'copy_policy' => 'chunks' }, 'friendgroup2' => { 'copy_policy' => 'whole' }, 'friendstimes' => { 'copy_policy' => 'chunks', id => 'journalid' }, + 'friendstimes2_unwatched' => { 'copy_policy' => 'chunks', id => 'userid' }, 'has_subs' => 'ignore', 'inactive_user' => { 'copy_policy' => 'whole' }, 'inviterecv' => { 'copy_policy' => 'whole' },