X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2Fmigrate_write_buffer.sql;h=e87a736eebe00ca7c8c5dc7b145b868bdc46cdaa;hp=35ef61da08dcbb7545dedadc9b3c77e11a0e263f;hb=b134e777b822b929a78455fd92146bf7443e9aa1;hpb=3cf5c49e7753be48a994917fe898730add4292b1 diff --git a/src/core/SQL/PostgreSQL/migrate_write_buffer.sql b/src/core/SQL/PostgreSQL/migrate_write_buffer.sql index 35ef61da..e87a736e 100644 --- a/src/core/SQL/PostgreSQL/migrate_write_buffer.sql +++ b/src/core/SQL/PostgreSQL/migrate_write_buffer.sql @@ -1,2 +1,2 @@ -INSERT INTO buffer (bufferid, userid, groupid, networkid, buffername, buffercname, buffertype, lastmsgid, lastseenmsgid, markerlinemsgid, key, joined) -VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +INSERT INTO buffer (bufferid, userid, groupid, networkid, buffername, buffercname, buffertype, lastmsgid, lastseenmsgid, markerlinemsgid, bufferactivity, highlightcount, key, joined, cipher) +VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)