mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-09 11:26:12 +01:00
removed id_offer on trade
This commit is contained in:
11
prisma/migrations/20240607113031_/migration.sql
Normal file
11
prisma/migrations/20240607113031_/migration.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `id_offer` on the `Trade` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- DropForeignKey
|
||||
ALTER TABLE "Trade" DROP CONSTRAINT "Trade_id_offer_fkey";
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Trade" DROP COLUMN "id_offer";
|
||||
Reference in New Issue
Block a user