Implement album stores field
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Jorge Vargas 2025-04-07 14:50:47 -06:00
parent 63affb6b7f
commit 60a3ef3541
4 changed files with 18 additions and 8 deletions

View file

@ -0,0 +1,10 @@
/*
Warnings:
- You are about to drop the column `createdAt` on the `stores` table. All the data in the column will be lost.
- You are about to drop the column `updatedAt` on the `stores` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE `stores` DROP COLUMN `createdAt`,
DROP COLUMN `updatedAt`;