3 lines
129 B
SQL
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;
|