added backend for myrecipebox migration

This commit is contained in:
Michael Genson
2024-03-21 16:11:06 +00:00
parent 95b6d901bf
commit 4e38625bde
5 changed files with 147 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ class SupportedMigrations(str, enum.Enum):
mealie_alpha = "mealie_alpha"
tandoor = "tandoor"
plantoeat = "plantoeat"
myrecipebox = "myrecipebox"
class DataMigrationCreate(MealieModel):