aboutsummaryrefslogtreecommitdiffstats
path: root/utility
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--utility/truncate_script.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/utility/truncate_script.sql b/utility/truncate_script.sql
index 39dd8b4..2f72c9c 100644
--- a/utility/truncate_script.sql
+++ b/utility/truncate_script.sql
@@ -10,5 +10,6 @@ TRUNCATE TABLE register_engagementtype RESTART IDENTITY CASCADE;
TRUNCATE TABLE register_engagementevent RESTART IDENTITY CASCADE;
TRUNCATE TABLE caf_grading RESTART IDENTITY CASCADE;
TRUNCATE TABLE caf_caf RESTART IDENTITY CASCADE;
+TRUNCATE TABLE caf_documentfile RESTART IDENTITY CASCADE;
TRUNCATE TABLE caf_applicablesystem RESTART IDENTITY CASCADE;
DELETE FROM users_user WHERE username != 'mrlemon';