summaryrefslogtreecommitdiffstats
path: root/sql/channel_insert.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/channel_insert.sql')
-rw-r--r--sql/channel_insert.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/channel_insert.sql b/sql/channel_insert.sql
new file mode 100644
index 0000000..6218893
--- /dev/null
+++ b/sql/channel_insert.sql
@@ -0,0 +1,6 @@
+insert into channels
+( server_id,
+ channel_parent_id )
+VALUES
+( :server_id:,
+ :parent_id: );