el.xwx.moe/prisma/migrations/20241027104510_remove_field/migration.sql
2024-10-29 18:08:47 -04:00

9 lines
195 B
SQL

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