first version of postgres migration writer
[quassel.git] / src / core / SQL / PostgreSQL / 14 / migrate_write_backlog.sql
diff --git a/src/core/SQL/PostgreSQL/14/migrate_write_backlog.sql b/src/core/SQL/PostgreSQL/14/migrate_write_backlog.sql
new file mode 100644 (file)
index 0000000..a603522
--- /dev/null
@@ -0,0 +1,2 @@
+INSERT INTO backlog (messageid, time, bufferid, type, flags, senderid, message)
+VALUES (?, ?, ?, ?, ?, ?, ?)