el.xwx.moe/prisma/migrations/20241027093300_remove_field/migration.sql

12 lines
222 B
MySQL
Raw Normal View History

2024-10-29 17:08:47 -05:00
/*
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";