X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2F20%2Fupdate_buffer_lastseen.sql;fp=src%2Fcore%2FSQL%2FPostgreSQL%2F20%2Fupdate_buffer_lastseen.sql;h=0000000000000000000000000000000000000000;hp=14e5c58d11d931aa28128cfa5b7bb9cd4e67438b;hb=3cf5c49e7753be48a994917fe898730add4292b1;hpb=e4fc79c07f5301ce2c7888e709ada0945b675c4f diff --git a/src/core/SQL/PostgreSQL/20/update_buffer_lastseen.sql b/src/core/SQL/PostgreSQL/20/update_buffer_lastseen.sql deleted file mode 100644 index 14e5c58d..00000000 --- a/src/core/SQL/PostgreSQL/20/update_buffer_lastseen.sql +++ /dev/null @@ -1,3 +0,0 @@ -UPDATE buffer -SET lastseenmsgid = least(:lastseenmsgid, buffer.lastmsgid) -WHERE userid = :userid AND bufferid = :bufferid