el.xwx.moe/prisma/migrations/20230328072406_/migration.sql
2023-03-28 11:01:50 +03:30

12 lines
271 B
SQL

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