aboutsummaryrefslogtreecommitdiffstats
path: root/utility/truncate_script.sql
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-03-15 16:21:52 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-03-15 16:21:52 +0000
commitac87c8494fab9f7cf1c97ec1e5dbe46eb28899de (patch)
tree6af2e75d9a0a8662b8f18d44691038663e8be8f9 /utility/truncate_script.sql
parent536cf89a33c59cff512df6de76cef0a8aa788828 (diff)
can populate four Objectives
Diffstat (limited to '')
-rw-r--r--utility/truncate_script.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/utility/truncate_script.sql b/utility/truncate_script.sql
index 2f72c9c..e444c01 100644
--- a/utility/truncate_script.sql
+++ b/utility/truncate_script.sql
@@ -12,4 +12,9 @@ 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;
+TRUNCATE TABLE assessments_cafcontributingoutcome RESTART IDENTITY CASCADE;
+TRUNCATE TABLE assessments_cafobjective RESTART IDENTITY CASCADE;
+TRUNCATE TABLE assessments_cafprinciple RESTART IDENTITY CASCADE;
+TRUNCATE TABLE assessments_cafselfassessment RESTART IDENTITY CASCADE;
+TRUNCATE TABLE assessments_cafselfassessmentoutcomescore RESTART IDENTITY CASCADE;
DELETE FROM users_user WHERE username != 'mrlemon';