summaryrefslogtreecommitdiff
path: root/sql/functions
diff options
context:
space:
mode:
Diffstat (limited to 'sql/functions')
-rw-r--r--sql/functions/auth.user_delete.sql4
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;