diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-03-27 22:40:32 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-03-27 22:40:32 -0600 |
| commit | 7d523da5d7defbf68a07f746a0d75ea18960267c (patch) | |
| tree | 991327ebf9efce83abb043e5374bb9426dd575f1 /sql/functions/auth.user_delete.sql | |
| parent | 6b90c3b2bc7fe888ba6c69e89d4c632daceda03b (diff) | |
checkpoint for reagent and easy-routes changes in progress
Diffstat (limited to 'sql/functions/auth.user_delete.sql')
| -rw-r--r-- | sql/functions/auth.user_delete.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/functions/auth.user_delete.sql b/sql/functions/auth.user_delete.sql index 6fe66f4..8cb399e 100644 --- a/sql/functions/auth.user_delete.sql +++ b/sql/functions/auth.user_delete.sql @@ -34,10 +34,6 @@ begin where user_id = l_id; delete - from general.roster - where user_id = l_id; - - delete from contact.contact_us_posts_read where user_id = l_id; |
