Files
recipe-app/backend/prisma/migrations/20260506180000_add_pantry_location/migration.sql
T
Nils-Johan Gynther e7251fd94c
Test Suite / test (24.15.0) (push) Has been cancelled
feat: add location field to PantryItem model and update related functionality
Co-authored-by: Copilot <copilot@github.com>
2026-05-06 11:54:56 +02:00

3 lines
68 B
SQL

ALTER TABLE `PantryItem`
ADD COLUMN `location` VARCHAR(191) NULL;