This commit is contained in:
Mike McLean 2023-03-27 13:34:45 -04:00 committed by Tomas Kopecek
parent cc33d2b124
commit 1bf429a4d9
2 changed files with 7 additions and 8 deletions

View file

@ -1012,6 +1012,7 @@ CREATE TABLE scheduler_map (
host_id INTEGER REFERENCES host (id) NOT NULL,
runnable BOOLEAN NOT NULL,
refused BOOLEAN NOT NULL,
msg TEXT,
check_time TIMESTAMPTZ NOT NULL DEFAULT NOW()
) WITHOUT OIDS;