2024-06-06 16:31:31 +02:00

9 lines
207 B
SQL

/*
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";