aboutsummaryrefslogtreecommitdiffstats
path: root/utility
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-06-01 16:32:03 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-06-01 16:32:03 +0100
commit37a5818eb76ad75055807d300d1cdd6fb5821b0a (patch)
tree4f2d842cce767c3aad6c5d6bf4a0e7e809138d13 /utility
parentb58ec416d86fc8a4c7816fe96d2b1030deff37a5 (diff)
engagement events now appear on org page
Diffstat (limited to 'utility')
-rw-r--r--utility/truncate_script.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/truncate_script.sql b/utility/truncate_script.sql
index 18aa47b..d20a095 100644
--- a/utility/truncate_script.sql
+++ b/utility/truncate_script.sql
@@ -1,3 +1,4 @@
+DELETE FROM auth_group WHERE name='cct_users';
TRUNCATE TABLE organisations_organisation RESTART IDENTITY CASCADE;
TRUNCATE TABLE organisations_person RESTART IDENTITY CASCADE;
TRUNCATE TABLE organisations_person_role RESTART IDENTITY CASCADE;
@@ -27,4 +28,3 @@ TRUNCATE TABLE assessments_achievementlevel RESTART IDENTITY CASCADE;
TRUNCATE TABLE assessments_igp RESTART IDENTITY CASCADE;
DELETE FROM users_user WHERE username != 'mlemon';
DELETE FROM users_user WHERE username = 'inspector1';
-DELETE FROM auth_group WHERE name='cct_users';