summaryrefslogtreecommitdiffstats
path: root/sql/channel_update_parentid.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/channel_update_parentid.sql')
-rw-r--r--sql/channel_update_parentid.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/channel_update_parentid.sql b/sql/channel_update_parentid.sql
new file mode 100644
index 0000000..0ed7201
--- /dev/null
+++ b/sql/channel_update_parentid.sql
@@ -0,0 +1,3 @@
+update channels
+ set channel_parent_id = :parent_id:
+ where channel_id = :channel_id: ;