shellphone.app/db/migrations/20211024211620_unit_price_int_float/migration.sql
2021-10-24 23:55:37 +02:00

6 lines
224 B
SQL

-- AlterTable
ALTER TABLE "Subscription" ALTER COLUMN "unitPrice" SET DATA TYPE DOUBLE PRECISION;
-- RenameIndex
ALTER INDEX "ProcessingPhoneNumber_phoneNumberId_unique" RENAME TO "ProcessingPhoneNumber_phoneNumberId_key";