server/prisma/migrations/20240410091400_drop_is_reblog/migration.sql
2024-04-09 23:33:13 -10:00

9 lines
191 B
SQL

/*
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";