Feat: audit (#2779)

This commit is contained in:
Vlad Stan
2024-11-27 13:06:35 +02:00
committed by GitHub
parent f97f27121a
commit fa8d7c665b
25 changed files with 1331 additions and 8 deletions
+3
View File
@@ -1,3 +1,4 @@
from .audit import create_audit_entry
from .db_versions import (
delete_dbversion,
get_db_version,
@@ -82,6 +83,8 @@ from .webpush import (
)
__all__ = [
# audit
"create_audit_entry",
# db_versions
"get_db_version",
"get_db_versions",