lazyBoy/migrations/038_empty_history_poll_dela...

4 lines
192 B
MySQL
Raw Normal View History

2026-09-11 02:47:43 +00:00
-- 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';