Files
2026-06-20 14:26:29 +08:00

3 lines
129 B
SQL

-- Add cert_download_count field to hosts table
ALTER TABLE "hosts" ADD COLUMN "cert_download_count" INTEGER NOT NULL DEFAULT 0;