first version of postgres migration writer
[quassel.git] / src / core / SQL / PostgreSQL / 14 / migrate_write_sender.sql
diff --git a/src/core/SQL/PostgreSQL/14/migrate_write_sender.sql b/src/core/SQL/PostgreSQL/14/migrate_write_sender.sql
new file mode 100644 (file)
index 0000000..bf953cd
--- /dev/null
@@ -0,0 +1,2 @@
+INSERT INTO sender (senderid, sender)
+VALUES (?, ?)