Skip to content

Missing Credit Score Tables in Schema Relations#927

Merged
csxark merged 5 commits into
csxark:mainfrom
Aditya8369:915
Mar 6, 2026
Merged

Missing Credit Score Tables in Schema Relations#927
csxark merged 5 commits into
csxark:mainfrom
Aditya8369:915

Conversation

@Aditya8369

Copy link
Copy Markdown
Contributor

Fix Missing Credit Score Tables in Schema Relations

Task: Fix forward reference issue with creditScores and creditScoreAlerts tables

Issue Summary:

The relations for creditScores and creditScoreAlerts tables reference tables that aren't defined in the schema before the relations section, creating forward reference issues.

Plan:

  • 1. Analyze the schema.js file and identify the issue
  • 2. Move creditScores table definition before creditScoresRelations
  • 3. Move creditScoreAlerts table definition before creditScoreAlertsRelations
  • 4. Verify the fix is complete

Implementation Steps:

  1. Moved creditScores table definition to before creditScoresRelations
  2. Moved creditScoreAlerts table definition to before creditScoreAlertsRelations
  3. Removed the duplicate table definitions from their previous location

closes #915

@github-actions

github-actions Bot commented Mar 6, 2026

Copy link
Copy Markdown

Thanks for creating a PR for your Issue! ☺️

We'll review it as soon as possible.
In the meantime, please double-check the file changes and ensure that all commits are accurate.

If there are any unresolved review comments, feel free to resolve them. 🙌🏼

@csxark csxark added the ECWoC26 EliteCoders Winter of Code 2026 label Mar 6, 2026
@csxark csxark merged commit 9db5c46 into csxark:main Mar 6, 2026
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ECWoC26-SPRINT-L2 ECWoC26 EliteCoders Winter of Code 2026

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Missing Credit Score Tables in Schema Relations

2 participants