feat: Add recipekeeper migration (#3642)

This commit is contained in:
Jonathan Beaulieu
2024-05-31 02:58:04 -07:00
committed by GitHub
parent a7fcb6c84d
commit f4f2b863e0
12 changed files with 201 additions and 53 deletions

View File

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