aboutsummaryrefslogtreecommitdiffstats
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 3c151fa..ea1b916 100644
--- a/utility/truncate_script.sql
+++ b/utility/truncate_script.sql
@@ -5,6 +5,7 @@ TRUNCATE TABLE organisations_mode RESTART IDENTITY CASCADE;
TRUNCATE TABLE organisations_role RESTART IDENTITY CASCADE;
TRUNCATE TABLE organisations_address RESTART IDENTITY CASCADE;
TRUNCATE TABLE organisations_addresstype RESTART IDENTITY CASCADE;
+TRUNCATE TABLE organisations_incidentreport 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;