/*
  Warnings:

  - Added the required column `category` to the `MerchandiseProduct` table without a default value. This is not possible if the table is not empty.

*/
-- AlterTable
ALTER TABLE "MerchandiseProduct" ADD COLUMN     "category" TEXT NOT NULL;
