2023-02-20 13:09:24 +00:00

3 lines
91 B
SQL

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