Files
linkwarden/prisma/migrations/20241027093300_remove_field/migration.sql
T
daniel31x13 9103f67db5 undo commit
2024-11-03 03:25:01 -05:00

12 lines
222 B
SQL

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