mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-14 05:26:14 +01:00
testing all features
This commit is contained in:
8
prisma/migrations/20240605211026_/migration.sql
Normal file
8
prisma/migrations/20240605211026_/migration.sql
Normal 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;
|
||||
Reference in New Issue
Block a user