mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-28 13:05:26 -05:00
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:
@@ -11,6 +11,7 @@ from mealie.schema.reports.reports import ReportSummary
|
||||
from mealie.services.migrations import (
|
||||
BaseMigrator,
|
||||
ChowdownMigrator,
|
||||
CooknMigrator,
|
||||
CopyMeThatMigrator,
|
||||
MealieAlphaMigrator,
|
||||
MyRecipeBoxMigrator,
|
||||
@@ -59,6 +60,7 @@ class GroupMigrationController(BaseUserController):
|
||||
SupportedMigrations.plantoeat: PlanToEatMigrator,
|
||||
SupportedMigrations.myrecipebox: MyRecipeBoxMigrator,
|
||||
SupportedMigrations.recipekeeper: RecipeKeeperMigrator,
|
||||
SupportedMigrations.cookn: CooknMigrator,
|
||||
}
|
||||
|
||||
constructor = table.get(migration_type, None)
|
||||
|
||||
Reference in New Issue
Block a user