mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-28 02:10:53 -04:00
keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating schema
This commit is contained in:
parent
f5cf7ac25b
commit
82c5820767
8 changed files with 18 additions and 13 deletions
|
@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS pdus(
|
|||
origin TEXT,
|
||||
context TEXT,
|
||||
pdu_type TEXT,
|
||||
origin_server_ts INTEGER,
|
||||
ts INTEGER,
|
||||
depth INTEGER DEFAULT 0 NOT NULL,
|
||||
is_state BOOL,
|
||||
content_json TEXT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue