[WEB-3919] chore: support .sql file attachment #6966

This commit is contained in:
Sangeetha 2025-04-24 17:39:16 +05:30 committed by GitHub
parent 797f150ec4
commit 77d022df71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -391,4 +391,6 @@ ATTACHMENT_MIME_TYPES = [
"text/xml",
"text/csv",
"application/xml",
# SQL
"application/x-sql",
]