Skip to content

Document migration workflow in .claude/CLAUDE.md#7689

Open
Hinton wants to merge 1 commit into
mainfrom
claude-db
Open

Document migration workflow in .claude/CLAUDE.md#7689
Hinton wants to merge 1 commit into
mainfrom
claude-db

Conversation

@Hinton
Copy link
Copy Markdown
Member

@Hinton Hinton commented May 21, 2026

🎟️ Tracking

📔 Objective

Adds a Migrations section covering the dual Dapper/EF tracks, paths to the SSDT project and DbScripts, links to the contributing-docs MSSQL migration and SQL code style guides, and the local commands for applying migrations and regenerating EF migrations across all three providers.

Adds a Migrations section covering the dual Dapper/EF tracks, paths to the
SSDT project and DbScripts, links to the contributing-docs MSSQL migration
and SQL code style guides, and the local commands for applying migrations
and regenerating EF migrations across all three providers.
@Hinton Hinton requested a review from a team as a code owner May 21, 2026 14:58
@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.40%. Comparing base (59ded30) to head (370ddbb).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7689      +/-   ##
==========================================
+ Coverage   60.20%   60.40%   +0.19%     
==========================================
  Files        2137     2136       -1     
  Lines       94412    94548     +136     
  Branches     8409     8434      +25     
==========================================
+ Hits        56840    57108     +268     
+ Misses      35580    35437     -143     
- Partials     1992     2003      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread .claude/CLAUDE.md
- OpenTelemetry for observability (ADR 0020)
- Log to standard output (ADR 0021)

## Migrations
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

❓Is this information Claude always needs, or only when dealing with schema changes? If the latter, can we convert this to a new Skill, or fold it into writing-database-queries?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Only with db schemes. Not sure if the skill was triggered or not but if it was it is in-sufficient. I observed. the following defects.

  • Hand wrote MySQL migration because the docker wasn't running. This should be forbidden.
  • Used the wrong T-SQL syntax.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Gotcha. Can we verify if it was invoked, and if the instructions need to be updated? If it wasn't invoked when you expected we should be able to adjust the skill's description or when_to_use fields to improve hits from natural language and inference.

Copy link
Copy Markdown
Member Author

@Hinton Hinton May 22, 2026

Choose a reason for hiding this comment

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

How do I do that? If you want to take ownership of bringing in this change that's fine too, I just don't want this happening again.

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