stacker.news/prisma/migrations/20230508232041_comment_weight/migration.sql

2 lines
99 B
MySQL
Raw Normal View History

2023-05-09 18:52:35 +00:00
-- AlterTable
ALTER TABLE "Item" ADD COLUMN "weightedComments" DOUBLE PRECISION NOT NULL DEFAULT 0;