Meilisync does not seem to sync any changes for me. When I insert, update, or delete data in Postgres, the meilisync logs show nothing - no errors or any logs that show a change was detected, even in debug mode, despite the connection being good. I have the following stack:
I confirmed the issue as well via the postgres test failing in #118. I went spelunking and think I found the issue, which I submited a PR for #121.
Meilisync does not seem to sync any changes for me. When I insert, update, or delete data in Postgres, the
meilisynclogs show nothing - no errors or any logs that show a change was detected, even in debug mode, despite the connection being good. I have the following stack:I confirmed the issue as well via the postgres test failing in #118. I went spelunking and think I found the issue, which I submited a PR for #121.