Skip to content

Release: develop -> main#194

Merged
TaprootFreak merged 1 commit into
mainfrom
develop
May 26, 2026
Merged

Release: develop -> main#194
TaprootFreak merged 1 commit into
mainfrom
develop

Conversation

@github-actions
Copy link
Copy Markdown

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

…ce casing (#193)

An external sync client polls POST /v1/support/db with hardcoded
table/column names that are out of date, causing ~6 PG errors/min:

1. `SELECT * FROM "asset"` — table was renamed to asset_account in
   migration 1715583133193. Create a view alias so old queries work.

2. `monitoring_balance.rootstockBalance` sent unquoted — Postgres
   case-folds to lowercase, doesn't match the mixed-case column.
   Column is unused by the app (Rootstock removed in PR #124).
   Rename to lowercase for compat.

Fixes #192
@TaprootFreak TaprootFreak merged commit 8ec657a into main May 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants