server/prisma/migrations/20240410091400_drop_is_reblog/migration.sql

9 lines
191 B
MySQL
Raw Normal View History

2024-04-10 11:33:13 +02:00
/*
Warnings:
- You are about to drop the column `isReblog` on the `Status` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Status" DROP COLUMN "isReblog";