aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2010121602.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/upgrades/2010121602.php')
-rw-r--r--engine/lib/upgrades/2010121602.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2010121602.php b/engine/lib/upgrades/2010121602.php
new file mode 100644
index 000000000..5b0996b5e
--- /dev/null
+++ b/engine/lib/upgrades/2010121602.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Create comment river view has been changed
+ */
+
+$query = "UPDATE {$CONFIG->dbprefix}river
+ SET view='river/annotation/generic_comment/create'
+ WHERE view='annotation/annotate' AND action_type='comment'";
+update_data($query);
+