summaryrefslogtreecommitdiff
path: root/util/updates/update_2.21.sql
blob: d90a510db98cc736754fa3075d3adc1b56d56364 (plain)
1
2
3
4
5
6
7
8

-- New resolution added on index 5
UPDATE releases_rev SET resolution = resolution + 1 WHERE resolution >= 5;


-- Old MD5 passwords can't be used anymore, so delete them
UPDATE users SET passwd = '' WHERE salt = '';