feat(backend): modèles SQLModel (10 tables)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-21 21:17:09 +01:00
parent cf4fbfd4a0
commit 26b5a3dbdf
6 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from app.models.garden import Garden, GardenCell, GardenImage, Measurement # noqa
from app.models.plant import PlantVariety, PlantImage # noqa
from app.models.planting import Planting, PlantingEvent # noqa
from app.models.task import Task # noqa
from app.models.settings import UserSettings, LunarCalendarEntry # noqa