Initial release
[websub-hub] / src / db / sqlite / sql / topic-get-content-by-id.sql
diff --git a/src/db/sqlite/sql/topic-get-content-by-id.sql b/src/db/sqlite/sql/topic-get-content-by-id.sql
new file mode 100644 (file)
index 0000000..cc9071c
--- /dev/null
@@ -0,0 +1,4 @@
+-- topic including content
+SELECT *
+FROM topic
+WHERE id = :topicId