Refactor requests, refactor users, add home dashboard
This commit is contained in:
9
prisma/migrations/20260101220549_com_5/migration.sql
Normal file
9
prisma/migrations/20260101220549_com_5/migration.sql
Normal file
@ -0,0 +1,9 @@
|
||||
/*
|
||||
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;
|
||||
Reference in New Issue
Block a user