sprint8: plugin entities owner_id migration 0054 + calendar owned_mixin
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-07-29 02:33:16 +02:00
parent 48b2dfdb11
commit 958e412152
2 changed files with 50 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from app.core.db import Base, TenantMixin
from app.models.owned_mixin import OwnedMixin
class Calendar(Base, TenantMixin):
class Calendar(Base, TenantMixin, OwnedMixin):
"""Calendar entity — tenant-scoped, soft-deletable, owned by a user."""
__tablename__ = "calendars"