This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
71078adc50
zulip
/
zerver
/
tests
/
fixtures
/
import_fixtures
/
messages-000002.json
11 lines
144 B
JSON
Raw
Normal View
History
Unescape
Escape
import: Use pub_date to sort message ids. When we create new ids for message rows, we now sort the new ids by their corresponding pub_date values in the rows. This takes a sizable chunk of memory. This feature only gets turned on if you set sort_by_date to True in realm.json.
2018-10-16 12:34:47 +02:00
{
"zerver_message"
:
[
{
models: Migration of Message.pub_date to date_sent, part 2. Fixes #1727. With the server down, apply migrations 0245 and 0246. 0246 will remove the pub_date column, so it's essential that the previous migrations ran correctly to copy data before running this.
2019-08-28 02:43:19 +02:00
"date_sent"
:
1409000102
,
import: Use pub_date to sort message ids. When we create new ids for message rows, we now sort the new ids by their corresponding pub_date values in the rows. This takes a sizable chunk of memory. This feature only gets turned on if you set sort_by_date to True in realm.json.
2018-10-16 12:34:47 +02:00
"id"
:
999
}
]
,
"zerver_usermessage"
:
[
]
}