mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 04:58:47 +03:00
chore: start checking column documentation in CI and add comment for "transports.add_timestamp"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user