sprint8: plugin entities owner_id migration 0054 + calendar owned_mixin
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user