feat: Implemented Plan to Eat migration (#2635)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
NullCosmos 2023-10-15 16:01:07 -04:00 committed by GitHub
commit f72fcc3031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 358 additions and 42 deletions

View file

@ -16,6 +16,8 @@ migrations_nextcloud = CWD / "migrations/nextcloud.zip"
migrations_tandoor = CWD / "migrations/tandoor.zip"
migrations_plantoeat = CWD / "migrations/plantoeat.zip"
images_test_image_1 = CWD / "images/test-image-1.jpg"
images_test_image_2 = CWD / "images/test-image-2.png"

Binary file not shown.