projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a761b8d
)
Also get rid of old users_keys table
author
Magnus Hagander
<magnus@hagander.net>
Tue, 6 Oct 2015 13:00:24 +0000
(15:00 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 6 Oct 2015 13:00:24 +0000
(15:00 +0200)
tools/scrub/scrub.sql
patch
|
blob
|
blame
|
history
diff --git
a/tools/scrub/scrub.sql
b/tools/scrub/scrub.sql
index c019ebb3dd1d65cff7c7c12e8901e09a489355b2..21642123eb5ee78bc84f51b6d5c6bfe274de6d42 100644
(file)
--- a/
tools/scrub/scrub.sql
+++ b/
tools/scrub/scrub.sql
@@
-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!