diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-31 11:40:43 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-31 11:40:43 +0100 |
commit | 5c6b9e60547a5884b7debe450aa0ddaea075d4f9 (patch) | |
tree | 3aa263142f691d311f754da53b8a31dfaad23928 /utility/truncate_script.sql | |
parent | 9917bd1793d0362b84704d0ad4409be4ec9dbdd3 (diff) |
working on user groups and tests
Diffstat (limited to 'utility/truncate_script.sql')
-rw-r--r-- | utility/truncate_script.sql | 2 |
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'; |