2025-11-24 08:59:14 +01:00

9 lines
179 B
SQL

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