feat: Add recipekeeper migration (#3642)

This commit is contained in:
Jonathan Beaulieu 2024-05-31 02:58:04 -07:00 committed by GitHub
commit f4f2b863e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 201 additions and 53 deletions

View file

@ -16,7 +16,8 @@ export type SupportedMigrations =
| "paprika"
| "mealie_alpha"
| "tandoor"
| "plantoeat";
| "plantoeat"
| "recipekeeper";
export interface CreateGroupPreferences {
privateGroup?: boolean;