save track logs to logged in user

+ rewrite migration collection
+ prevent logging invalid track logs
+ add jsoni
This commit is contained in:
cwilvx
2024-05-18 17:16:07 +03:00
parent f8f07c2116
commit 30768dd5d6
10 changed files with 160 additions and 42 deletions
+1
View File
@@ -2,6 +2,7 @@ class Migration:
"""
Base migration class.
"""
enabled: bool = True
@staticmethod
def migrate():