convert Moderation to sqlite3 (and rename it to Aurora) #12

Merged
cswimr merged 16 commits from sqlite3 into main 2023-12-28 05:22:52 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 036333e909 - Show all commits

View file

@ -85,7 +85,7 @@ class ImportAuroraView(ui.View):
case["target_type"],
case["target_id"],
case["role_id"],
duration,
str(duration),
case["reason"],
timestamp=case["timestamp"],
resolved=case["resolved"],

View file

@ -123,7 +123,7 @@ class ImportGalacticBotView(ui.View):
case['targetType'],
case['target'],
0,
duration,
str(duration),
reason,
timestamp=timestamp,
resolved=resolved,