testing all features

This commit is contained in:
Kevsl
2024-06-06 16:31:31 +02:00
commit 9f5c23c7c9
74 changed files with 18541 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/*
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;