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
Showing only changes of commit 9cc0cae53b - Show all commits

View file

@ -66,7 +66,7 @@ class ImportAuroraView(ui.View):
if "metadata" not in case: if "metadata" not in case:
metadata = {} metadata = {}
else: else:
metadata: Dict[str, any] = case["metadata"] metadata: Dict[str, any] = json.loads(case["metadata"])
if not metadata['imported_from']: if not metadata['imported_from']:
metadata.update({ metadata.update({
'imported_from': 'Aurora' 'imported_from': 'Aurora'