shellphone.app/db/migrations/20211024211620_unit_price_int_float/migration.sql

6 lines
224 B
MySQL
Raw Normal View History

2021-10-24 21:55:37 +00:00
-- AlterTable
ALTER TABLE "Subscription" ALTER COLUMN "unitPrice" SET DATA TYPE DOUBLE PRECISION;
-- RenameIndex
ALTER INDEX "ProcessingPhoneNumber_phoneNumberId_unique" RENAME TO "ProcessingPhoneNumber_phoneNumberId_key";