From f93354eb0017481bd487699f760352bc89ac9542 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 7 Oct 2015 15:54:25 +0200 Subject: [PATCH] users_keys is a view in production.. --- 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 d92ac332..d34046ff 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_keys; +DROP VIEW 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