• Dennis Rassmann's avatar
    update_notif: change SQL query · ae440ddc
    Dennis Rassmann authored
    
    
    For some reason SELECT MAY(version) FROM versions does ignore some stuff it shouldn't.
    Use the less elegant but nevertheless accurate ORDER BY / LIMIT 1 version instead.
    
    Also changes the table name to the new place (which will be the final one).
    Signed-off-by: Dennis Rassmann's avatarshowp1984 <showp1984@gmail.com>
    ae440ddc
update_notif.cpp 14.9 KB