mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-08 21:50:13 +02:00
9 lines
235 B
SQL
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;
|