aboutsummaryrefslogtreecommitdiffstats
path: root/utility/truncate_script.sql
diff options
context:
space:
mode:
Diffstat (limited to 'utility/truncate_script.sql')
-rw-r--r--utility/truncate_script.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/utility/truncate_script.sql b/utility/truncate_script.sql
index 3ddebcf..3c151fa 100644
--- a/utility/truncate_script.sql
+++ b/utility/truncate_script.sql
@@ -24,5 +24,4 @@ TRUNCATE TABLE assessments_cafselfassessment RESTART IDENTITY CASCADE;
TRUNCATE TABLE assessments_cafselfassessmentoutcomescore RESTART IDENTITY CASCADE;
TRUNCATE TABLE assessments_achievementlevel RESTART IDENTITY CASCADE;
TRUNCATE TABLE assessments_igp RESTART IDENTITY CASCADE;
-TRUNCATE TABLE users_user RESTART IDENTITY CASCADE;
DELETE FROM users_user WHERE username != 'mrlemon';