You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- message_views migration code was all sorts of messed up: it wasn't
applying on sqlite when it was meant to, and it wasn't actually adding
the filtered field that it was checking to see when migration was
needed, and didn't have the `seqno` rename. Also the
message_details_deleter was missing.
- Moved message_views migration to after seqno updates because it
depends on `seqno` being there now.
- Added `filtered` column to message_metadata in the schema files.
- "user" wasn't properly quoted in a couple places
- pinned_by had the wrong foreign key on messages. SQLite tests didn't
pick this up because FK constraints aren't enforced by default under
SQLite (which is moronic).
- enable foreign key enforcement on sqlite connections.
0 commit comments