mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
Drop useless database fields
This commit is contained in:
parent
f490cfce78
commit
35438860c2
2 changed files with 8 additions and 1 deletions
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue