aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2010121702.php
blob: 1c4a931b19a9e25456481f5e0a8bf9c4d8ed39cd (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * Change the location of the likes river view
 */

$query = "UPDATE {$CONFIG->dbprefix}river
			SET view='river/annotation/likes/create', action_type='create'
			WHERE view='annotation/annotatelike' AND action_type='likes'";
update_data($query);