diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-29 16:47:43 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-29 16:47:43 +0100 |
commit | c4f121234adb72274c986577c1775638f9c61632 (patch) | |
tree | d50d4e2f0d78bd8c3600dbd85f4a892fac0c0b00 /utility/truncate_script.sql | |
parent | 02d0675d79fa52b86e569693dd5f20006294cf46 (diff) |
amended the trunc script
Diffstat (limited to '')
-rw-r--r-- | utility/truncate_script.sql | 1 |
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; |