jws-backend/prisma/migrations/20240417020614_remove_field/migration.sql

9 lines
191 B
MySQL
Raw Normal View History

2024-04-17 11:22:12 +07:00
/*
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";