diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-03-04 19:51:14 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-03-04 19:51:14 +0000 |
commit | 11834a2580344b90126f3c25b89f18104b3d3ed9 (patch) | |
tree | b4906bfe03de66758e7d878b0210cfed58a8fa6f /utility/truncate_script.sql | |
parent | 4c3a0d5808054456f5a90c13d8af62f334e7e031 (diff) |
removed owner field from CAF - daring!
Diffstat (limited to '')
-rw-r--r-- | utility/truncate_script.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/truncate_script.sql b/utility/truncate_script.sql index 929cd9a..39dd8b4 100644 --- a/utility/truncate_script.sql +++ b/utility/truncate_script.sql @@ -10,5 +10,5 @@ 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; +TRUNCATE TABLE caf_applicablesystem RESTART IDENTITY CASCADE; DELETE FROM users_user WHERE username != 'mrlemon'; |