Also get rid of old users_keys table
authorMagnus Hagander <magnus@hagander.net>
Tue, 6 Oct 2015 13:00:24 +0000 (15:00 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 6 Oct 2015 13:00:24 +0000 (15:00 +0200)
tools/scrub/scrub.sql

index c019ebb3dd1d65cff7c7c12e8901e09a489355b2..21642123eb5ee78bc84f51b6d5c6bfe274de6d42 100644 (file)
@@ -56,5 +56,6 @@ TRUNCATE TABLE survey_surveylock;
 
 -- We still have a lot of migration data, so lose it.
 DROP TABLE IF EXISTS users_old;
+DROP TABLE IF EXISTS users_keys;
 
 \echo NOTE! Transaction has not been committed. Verify manually and then commit!