keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating schema

This commit is contained in:
Mark Haines 2014-10-17 17:31:48 +01:00
parent f5cf7ac25b
commit 82c5820767
8 changed files with 18 additions and 13 deletions

View file

@ -789,7 +789,7 @@ class PdusTable(Table):
"origin",
"context",
"pdu_type",
"origin_server_ts",
"ts",
"depth",
"is_state",
"content_json",