jws-backend/prisma/migrations/20240417020614_remove_field/migration.sql
2024-04-17 11:22:16 +07:00

8 lines
191 B
SQL

/*
Warnings:
- You are about to drop the column `keycloakId` on the `User` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "User" DROP COLUMN "keycloakId";