core: Separate SQL current and upgrade scripts
[quassel.git] / src / core / SQL / PostgreSQL / insert_sender.sql
diff --git a/src/core/SQL/PostgreSQL/insert_sender.sql b/src/core/SQL/PostgreSQL/insert_sender.sql
new file mode 100644 (file)
index 0000000..f7d89ad
--- /dev/null
@@ -0,0 +1,3 @@
+INSERT INTO sender (sender)
+VALUES ($1)
+RETURNING senderid