Skip to content

Add missing EF Core migration for roof overhang#132

Merged
toddaheath merged 1 commit intomainfrom
fix/add-roof-overhang-migration
Mar 3, 2026
Merged

Add missing EF Core migration for roof overhang#132
toddaheath merged 1 commit intomainfrom
fix/add-roof-overhang-migration

Conversation

@toddaheath
Copy link
Owner

Summary

  • Add EF Core migration to create roof_overhang_inches column on designs and design_versions tables
  • Column defaults to 12 (inches), matching the C# model default
  • Fixes 500 errors on deployed API caused by missing database column after the roof overhang feature merge

Test plan

  • dotnet build compiles
  • dotnet test — 192 tests pass
  • Deploy and verify API returns 200 on /api/v1/designs

🤖 Generated with Claude Code

Adds the missing database migration to create the roof_overhang_inches
column on both designs and design_versions tables with a default of 12.
The app auto-runs migrations on startup, so deploying this will fix the
500 errors on the production API.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@toddaheath toddaheath merged commit d54cb7a into main Mar 3, 2026
17 checks passed
@toddaheath toddaheath deleted the fix/add-roof-overhang-migration branch March 3, 2026 12:56
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.

1 participant