Skip to content

Intermediate field mapping table migration - #13

Merged
Selectus2 merged 3 commits into
fieldMapping-pocfrom
intermediateFieldMappingTableMigration
Aug 14, 2026
Merged

Intermediate field mapping table migration#13
Selectus2 merged 3 commits into
fieldMapping-pocfrom
intermediateFieldMappingTableMigration

Conversation

@ishaanbhela-ai

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a new Alembic migration for the lending-poc service to add an intermediate_field_mapping table intended to store intermediate field-mapping outputs for a given case_id.

Changes:

  • Adds an Alembic revision that creates the intermediate_field_mapping table with JSONB output storage and validation metadata.
  • Adds downgrade logic to drop the table.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +15 to +17
revision: str = '0006_create_intermediate_field_mapping_table'
down_revision: Union[str, None] = None
branch_labels: Union[str, Sequence[str], None] = None
@Selectus2
Selectus2 merged commit 6a4a128 into fieldMapping-poc Aug 14, 2026
1 check passed
@Selectus2
Selectus2 deleted the intermediateFieldMappingTableMigration branch August 14, 2026 09:45
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.

3 participants