updated sanitize.sql to run on stale data

master
dtookey 4 years ago
parent 4fa8a33b1a
commit fea7142f45

@ -1,4 +1,4 @@
DROP TABLE tokens;
DROP TABLE IF EXISTS tokens;
-- noinspection SqlWithoutWhere
UPDATE users SET hash = '';

Loading…
Cancel
Save