aboutsummaryrefslogtreecommitdiff
path: root/dbstore/sql/feed/insert.sql
diff options
context:
space:
mode:
Diffstat (limited to 'dbstore/sql/feed/insert.sql')
-rw-r--r--dbstore/sql/feed/insert.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbstore/sql/feed/insert.sql b/dbstore/sql/feed/insert.sql
new file mode 100644
index 0000000..73fb784
--- /dev/null
+++ b/dbstore/sql/feed/insert.sql
@@ -0,0 +1,2 @@
+-- add feed
+INSERT INTO feeds(data_time) VALUES (?);