2023-05-09 13:52:35 -05:00

2 lines
99 B
SQL

-- AlterTable
ALTER TABLE "Item" ADD COLUMN "weightedComments" DOUBLE PRECISION NOT NULL DEFAULT 0;