mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-13 13:06:14 +01:00
testing all features
This commit is contained in:
5
prisma/migrations/20240606081530_/migration.sql
Normal file
5
prisma/migrations/20240606081530_/migration.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Crypto" ALTER COLUMN "value" SET DATA TYPE DOUBLE PRECISION;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Trade" ALTER COLUMN "amount_traded" SET DATA TYPE DOUBLE PRECISION;
|
||||
Reference in New Issue
Block a user