chore: start checking column documentation in CI and add comment for "transports.add_timestamp"

This commit is contained in:
holger krekel
2026-08-22 15:18:45 +02:00
parent d2286254b3
commit c9880d0ba6
2 changed files with 39 additions and 0 deletions

View File

@@ -621,6 +621,9 @@ CREATE TABLE transports (
-- this is ensured during configuration.
configured_param TEXT NOT NULL,
-- Bumping this forces re-signing the key:
-- the relay-list signature is created at MAX(add_timestamp, remove_timestamp)
-- over this table and `removed_transports`, and contacts keep the newest one.
add_timestamp INTEGER NOT NULL DEFAULT 0,
-- True if the transport address is published