mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
9 lines
191 B
SQL
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";
|