chg: [misp-wipe] wipe auth_keys tables

pull/7720/head
Richard van den Berg 2021-09-02 14:30:54 +02:00
parent 020f96b2e1
commit 60cdc884d1
1 changed files with 2 additions and 0 deletions

View File

@ -83,5 +83,7 @@ TRUNCATE `template_element_texts`;
-- Remove entries from tables and reset index
DELETE FROM `users` WHERE id > 1;
ALTER TABLE `users` AUTO_INCREMENT = 2;
DELETE FROM `auth_keys` WHERE id > 1;
ALTER TABLE `auth_keys` AUTO_INCREMENT = 2;
DELETE FROM `organisations` WHERE id > 1;
ALTER TABLE `organisations` AUTO_INCREMENT = 2;