lazyBoy/migrations/038_empty_history_poll_dela...

4 lines
192 B
SQL

-- 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';