el.xwx.moe/prisma/migrations/20240628014129_rename_field/migration.sql

10 lines
223 B
MySQL
Raw Normal View History

2024-06-27 20:58:07 -05:00
/*
Warnings:
- You are about to drop the column `singlefile` on the `Link` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Link" DROP COLUMN "singlefile",
ADD COLUMN "monolith" TEXT;