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
I think I ran into this before, it's because 'StoredGroups' or whatever table is trying to derive 'FromRow' has conversation type out of order with the schema table generated
The fix is to just fix the structure and make sure the 'conversation_type' field matches the generated code
Describe the bug
currently on
main
branchcargo run --bin update-schema --features update-schema
fromxmtp_mls
directory creates the following code diff:https://github.com/xmtp/libxmtp/compare/cv/test-migration-on-main?expand=1#diff-bd2907561f23f5c88f95cebd28c7a4bb56585017a04c75fbce3eff3997863788
after that change, trying to run any tests in libxmtp results in the errors:
Expected behavior
No response
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered: