X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2Fmigrate_write_buffer.sql;fp=src%2Fcore%2FSQL%2FPostgreSQL%2Fmigrate_write_buffer.sql;h=3ae6cf479d29f3a3a553532d4dd86a53e459ad5d;hb=c382e0c11f80fb37307ecc42c487aa433c97ad8c;hp=ba80880e50e405224f4b1ef45426bbcf91128a8b;hpb=899709300734acc2bac01b1d57a1fd8fe2a6d923;p=quassel.git diff --git a/src/core/SQL/PostgreSQL/migrate_write_buffer.sql b/src/core/SQL/PostgreSQL/migrate_write_buffer.sql index ba80880e..3ae6cf47 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, bufferactivity, key, joined) -VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) +INSERT INTO buffer (bufferid, userid, groupid, networkid, buffername, buffercname, buffertype, lastmsgid, lastseenmsgid, markerlinemsgid, bufferactivity, key, joined, cipher) +VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)