mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-14 13:36:13 +01:00
testing all features
This commit is contained in:
8
prisma/migrations/20240606080326_/migration.sql
Normal file
8
prisma/migrations/20240606080326_/migration.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to alter the column `dollarAvailables` on the `User` table. The data in that column could be lost. The data in that column will be cast from `Decimal(65,30)` to `DoublePrecision`.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "User" ALTER COLUMN "dollarAvailables" SET DATA TYPE DOUBLE PRECISION;
|
||||
Reference in New Issue
Block a user