aboutsummaryrefslogtreecommitdiffstats
path: root/utility/truncate_script.sql
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-05-31 11:40:43 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-05-31 11:40:43 +0100
commit5c6b9e60547a5884b7debe450aa0ddaea075d4f9 (patch)
tree3aa263142f691d311f754da53b8a31dfaad23928 /utility/truncate_script.sql
parent9917bd1793d0362b84704d0ad4409be4ec9dbdd3 (diff)
working on user groups and tests
Diffstat (limited to '')
-rw-r--r--utility/truncate_script.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/utility/truncate_script.sql b/utility/truncate_script.sql
index ea1b916..b1b4386 100644
--- a/utility/truncate_script.sql
+++ b/utility/truncate_script.sql
@@ -26,3 +26,5 @@ TRUNCATE TABLE assessments_cafselfassessmentoutcomescore RESTART IDENTITY CASCAD
TRUNCATE TABLE assessments_achievementlevel RESTART IDENTITY CASCADE;
TRUNCATE TABLE assessments_igp RESTART IDENTITY CASCADE;
DELETE FROM users_user WHERE username != 'mrlemon';
+DELETE FROM users_user WHERE username = 'inspector1';
+DELETE FROM auth_group WHERE name='cct_users';