mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-29 21:37:15 -05:00
feat: Add recipekeeper migration (#3642)
This commit is contained in:
committed by
GitHub
parent
a7fcb6c84d
commit
f4f2b863e0
@@ -17,6 +17,7 @@ from mealie.services.migrations import (
|
||||
NextcloudMigrator,
|
||||
PaprikaMigrator,
|
||||
PlanToEatMigrator,
|
||||
RecipeKeeperMigrator,
|
||||
TandoorMigrator,
|
||||
)
|
||||
|
||||
@@ -56,6 +57,7 @@ class GroupMigrationController(BaseUserController):
|
||||
SupportedMigrations.tandoor: TandoorMigrator,
|
||||
SupportedMigrations.plantoeat: PlanToEatMigrator,
|
||||
SupportedMigrations.myrecipebox: MyRecipeBoxMigrator,
|
||||
SupportedMigrations.recipekeeper: RecipeKeeperMigrator,
|
||||
}
|
||||
|
||||
constructor = table.get(migration_type, None)
|
||||
|
||||
Reference in New Issue
Block a user