4 lines
192 B
MySQL
4 lines
192 B
MySQL
|
|
-- Empty historical scopes remain discoverable; only their next poll is delayed.
|
||
|
|
ALTER TABLE computer_file_poll_scopes ADD COLUMN next_poll_after TIMESTAMPTZ
|
||
|
|
NOT NULL DEFAULT '-infinity';
|