mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-03 13:33:30 +00:00
3 lines
94 B
SQL
3 lines
94 B
SQL
-- AlterTable
|
|
ALTER TABLE "hosts" ADD COLUMN "auto_update" BOOLEAN NOT NULL DEFAULT true;
|