summaryrefslogtreecommitdiff
path: root/p2pvr/daemon/sql/storage/writeBlock.sql
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/daemon/sql/storage/writeBlock.sql')
-rw-r--r--p2pvr/daemon/sql/storage/writeBlock.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/p2pvr/daemon/sql/storage/writeBlock.sql b/p2pvr/daemon/sql/storage/writeBlock.sql
new file mode 100644
index 0000000..1b787e7
--- /dev/null
+++ b/p2pvr/daemon/sql/storage/writeBlock.sql
@@ -0,0 +1,2 @@
+INSERT INTO recordedvideo(recordingid, videodata)
+VALUES(?, ?)