forked from blizzthewolf/SeaCogs
fix(moderation): fixed broken mysql statement
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,
|
||||
expired BOOL NOT NULL,
|
||||
changes JSON NOT NULL,
|
||||
metadata JSON NOT NULL,
|
||||
metadata JSON NOT NULL
|
||||
)
|
||||
"""
|
||||
cursor.execute(query)
|
||||
|
|
Loading…
Reference in a new issue