feat: add workspace RBAC audit foundations

This commit is contained in:
Christian Krakau-Louis
2026-05-23 19:22:56 +02:00
parent 6ddd42bb3e
commit d180f984a6
20 changed files with 1199 additions and 54 deletions
+1
View File
@@ -31,6 +31,7 @@ import app.models.setting # noqa: E402, F401
import app.models.user # noqa: E402, F401
import app.models.webhook # noqa: E402, F401
import app.models.workspace # noqa: E402, F401
import app.models.workspace_access # noqa: E402, F401
# Import all models so that autogenerate can detect them
from app.core.database import Base # noqa: E402