Committer: vsukhanov
LJSUP-7268: Friends Timesadd info about new friendstimes table to moveucluster
U trunk/cgi-bin/LJ/UserManage.pm
Modified: trunk/cgi-bin/LJ/UserManage.pm =================================================================== --- trunk/cgi-bin/LJ/UserManage.pm 2010-11-16 03:23:30 UTC (rev 9715) +++ trunk/cgi-bin/LJ/UserManage.pm 2010-11-16 04:11:38 UTC (rev 9716) @@ -45,6 +45,7 @@ 'eventrates' => { 'copy_policy' => 'chunks', 'userid' => 'journalid', 'id' => 'itemid' }, 'eventratescounters' => { 'copy_policy' => 'chunks', 'userid' => 'journalid', 'id' => 'itemid' }, 'friendgroup2' => { 'copy_policy' => 'whole' }, + 'friendstimes' => { 'copy_policy' => 'chunks', id => 'journalid' }, 'has_subs' => 'ignore', 'inactive_user' => { 'copy_policy' => 'whole' }, 'inviterecv' => { 'copy_policy' => 'whole' },