2022-09-23 19:14:45 +01:00

3 lines
94 B
SQL

-- AlterTable
ALTER TABLE "Verify" ADD COLUMN "convinced" BOOLEAN NOT NULL DEFAULT false;