On 1/19/2020 9:05 AM, Mark Felder wrote:
On Sun, Jan 19, 2020, at 08:47, Mark Felder wrote:
Seeing this with info logs which I never had on in the past:
Archiveopteryx[32340]: 61158/13/1 Note: Expected type string for column
"flag", but received null
Probably unlikely it would be needed, or just a really old part of the codebase.
It's new in the most recent schema update.
Perhaps setting this column to "not null" fixes it or setting a default value?
https://github.com/aox/aox/blob/master/server/mailbox.cpp#L842
Code indicates that empty-string is fine, and that's how it is stored in
ram at run-time.
-Ben