Fix syntax error in SQL
[quassel.git] / src / core / SQL / PostgreSQL / migrate_write_buffer.sql
index 8f1e5e9..ba80880 100644 (file)
@@ -1,2 +1,2 @@
 INSERT INTO buffer (bufferid, userid, groupid, networkid, buffername, buffercname, buffertype, lastmsgid, lastseenmsgid, markerlinemsgid, bufferactivity, key, joined)
-VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
+VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)