Browse Source

fix: delete chat message attachments (#15852)

version-14
Nabin Hait 3 years ago
committed by GitHub
parent
commit
21b997bd8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      frappe/patches/v13_0/remove_chat.py

+ 1
- 0
frappe/patches/v13_0/remove_chat.py View File

@@ -3,6 +3,7 @@ import click

def execute():
frappe.delete_doc_if_exists("DocType", "Chat Message")
frappe.delete_doc_if_exists("DocType", "Chat Message Attachment")
frappe.delete_doc_if_exists("DocType", "Chat Profile")
frappe.delete_doc_if_exists("DocType", "Chat Token")
frappe.delete_doc_if_exists("DocType", "Chat Room User")


Loading…
Cancel
Save