Files
buzz/migrations/0013_push_endpoint_state.sql

5 lines
248 B
SQL

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