Files

5 lines
248 B
SQL
Raw Permalink Normal View History

2026-07-14 11:17:21 -04:00
-- Transport invalidation is generation-scoped and does not rewrite the signed
-- lease's active/tombstone state. A higher-generation replacement re-enables it.
ALTER TABLE push_leases
ADD COLUMN endpoint_enabled BOOLEAN NOT NULL DEFAULT true;