4 lines
123 B
SQL

-- AlterTable
ALTER TABLE "Vote" ADD COLUMN "stimi" BOOLEAN NOT NULL DEFAULT false,
ALTER COLUMN "sats" SET DEFAULT 1;