feat: add M2M helpers (#247)

This commit is contained in:
d3vyce
2026-04-12 18:46:57 +02:00
committed by GitHub
parent 863e6ce6e9
commit 9268b576b4
5 changed files with 656 additions and 11 deletions

View File

@@ -536,11 +536,6 @@ class TestCreateWorkerDatabase:
await engine.dispose()
# ---------------------------------------------------------------------------
# Local models for composite-PK coverage (own Base → own tables, isolated)
# ---------------------------------------------------------------------------
class _LocalBase(DeclarativeBase):
pass