mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-13 21:16:14 +01:00
testing all features
This commit is contained in:
8
prisma/migrations/20240605225102_/migration.sql
Normal file
8
prisma/migrations/20240605225102_/migration.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `value_while_trade` on the `Trade` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Trade" DROP COLUMN "value_while_trade";
|
||||
Reference in New Issue
Block a user