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