Remove TODO

This commit is contained in:
Hocuri
2025-08-16 19:00:09 +02:00
parent dc5237f530
commit a3d1e3bc89

View File

@@ -1265,7 +1265,7 @@ CREATE INDEX gossip_timestamp_index ON gossip_timestamp (chat_id, fingerprint);
if dbversion < migration_version {
sql.execute_migration(
"CREATE TABLE broadcasts_shared_secrets(
chat_id INTEGER PRIMARY KEY NOT NULL, -- TODO we don't actually need the chat_id
chat_id INTEGER PRIMARY KEY NOT NULL,
secret TEXT NOT NULL
) STRICT",
migration_version,