2024-06-06 16:31:31 +02:00

9 lines
235 B
SQL

/*
Warnings:
- Added the required column `value` to the `PromoCode` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "PromoCode" ADD COLUMN "value" INTEGER NOT NULL;