chore: don't check for semgrep here
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
f9b9184223
commit
fe549ecc49
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ class MariaDBTable(DBTable):
|
|||
if query_parts:
|
||||
query_body = ", ".join(query_parts)
|
||||
query = f"ALTER TABLE `{self.table_name}` {query_body}"
|
||||
# nosemgrep
|
||||
frappe.db.sql(query, ignore_implicit_commit=True)
|
||||
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue