fix(moderation): fixed broken mysql statement
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 49s
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 49s
This commit is contained in:
parent
b82e1f3f84
commit
0422b15985
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class Moderation(commands.Cog):
|
||||||
resolve_reason LONGTEXT,
|
resolve_reason LONGTEXT,
|
||||||
expired BOOL NOT NULL,
|
expired BOOL NOT NULL,
|
||||||
changes JSON NOT NULL,
|
changes JSON NOT NULL,
|
||||||
metadata JSON NOT NULL,
|
metadata JSON NOT NULL
|
||||||
)
|
)
|
||||||
"""
|
"""
|
||||||
cursor.execute(query)
|
cursor.execute(query)
|
||||||
|
|
Loading…
Reference in a new issue