From 48162b1c2c221b1005a9ec112a5edc91088405bc Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 7 Oct 2015 15:53:36 +0200 Subject: [PATCH] Drop objects in the correct order.. --- tools/scrub/scrub.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scrub/scrub.sql b/tools/scrub/scrub.sql index 21642123..d92ac332 100644 --- a/tools/scrub/scrub.sql +++ b/tools/scrub/scrub.sql @@ -55,7 +55,7 @@ UPDATE profserv_professionalservice SET contact='scrubbedcontact'; 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; +DROP TABLE IF EXISTS users_old; \echo NOTE! Transaction has not been committed. Verify manually and then commit! -- 2.39.5