feat: Add new migration for DVO Cook'n (#5085)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Dallin Miner
2025-10-09 23:22:51 -06:00
committed by GitHub
parent a95eaf3d2e
commit 71d86489f4
15 changed files with 493 additions and 21 deletions

View File

@@ -13,6 +13,7 @@ class SupportedMigrations(str, enum.Enum):
plantoeat = "plantoeat"
myrecipebox = "myrecipebox"
recipekeeper = "recipekeeper"
cookn = "cookn"
class DataMigrationCreate(MealieModel):