feat(OUT-4005): payout sync table schema + migration [1/4] - #273
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryAdds persistent payout-reconciliation state and its database integration.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains; the previously missing PayoutLineItem export is now present and consumed by the payout schema. Important Files Changed
Reviews (2): Last reviewed commit: "feat(OUT-4005): add qb_payout_sync table..." | Re-trigger Greptile |
New table stores the payout payload so a failed reconciliation can be rebuilt on resync. Amounts are integer cents, matching line_items. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
SandipBajracharya
force-pushed
the
OUT-4005-split-1
branch
from
July 31, 2026 10:35
9517bda to
bfb55f9
Compare
SandipBajracharya
changed the base branch from
OUT-4012
to
feature/payout-reconciliation
July 31, 2026 10:39
Collaborator
Author
|
@greptileai review PR again |
SandipBajracharya
merged commit Aug 3, 2026
ce487c0
into
feature/payout-reconciliation
5 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack 1/4 — base:
OUT-4012Adds the
qb_payout_synctable (schema + migration) that stores the payout payload so a failed reconciliation can be rebuilt on resync. Amounts are integer cents, matchingline_items. Includes the schema round-trip test.Part of the OUT-4005 payout-reconciliation stack:
🤖 Generated with Claude Code