Files
linkwarden/prisma/migrations/20241027104510_remove_field/migration.sql
T
daniel31x13 9103f67db5 undo commit
2024-11-03 03:25:01 -05: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";