Files
nextbooru/prisma/migrations/20250110231356_improve_comments/migration.sql
2025-01-11 00:38:55 +01:00

10 lines
228 B
SQL

/*
Warnings:
- You are about to drop the column `downvotes` on the `Comment` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Comment" DROP COLUMN "downvotes",
ADD COLUMN "votedBy" TEXT[];