Files
v2.admin.gaertan.art/prisma/migrations/20260101220549_com_5/migration.sql

10 lines
255 B
SQL

/*
Warnings:
- You are about to drop the column `sortIndex` on the `CommissionRequest` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "CommissionRequest" DROP COLUMN "sortIndex",
ADD COLUMN "index" SERIAL NOT NULL;