chore: add migration
This commit is contained in:
parent
ee1569e529
commit
ddb2155c44
3 changed files with 20 additions and 3 deletions
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue