[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

View File

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