aboutsummaryrefslogtreecommitdiffstats
path: root/utility/truncate_script.sql
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-02-29 08:06:34 +0000
committerMatthew Lemon <matt@matthewlemon.com>2020-02-29 08:06:34 +0000
commitd74339006cb6a1e42aef6622fa9b7e5eca861ca2 (patch)
tree3e29572b7dd1fe7980203f13476964f9dcf93a23 /utility/truncate_script.sql
parent41a67d4231c47bb5dc44b541b7d360ac79d21194 (diff)
populates with essential services
Diffstat (limited to 'utility/truncate_script.sql')
-rw-r--r--utility/truncate_script.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/utility/truncate_script.sql b/utility/truncate_script.sql
index bf0138b..929cd9a 100644
--- a/utility/truncate_script.sql
+++ b/utility/truncate_script.sql
@@ -8,4 +8,7 @@ TRUNCATE TABLE organisations_addresstype RESTART IDENTITY CASCADE;
TRUNCATE TABLE register_engagementevent_participants RESTART IDENTITY CASCADE;
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_essentialservice RESTART IDENTITY CASCADE;
DELETE FROM users_user WHERE username != 'mrlemon';