Skip to content

Fix: remove non-existent preferred_server column from technician INSERT#8

Merged
ChesnoTech merged 1 commit intodevelopfrom
fix/crud-bugs-from-visual-test
Mar 26, 2026
Merged

Fix: remove non-existent preferred_server column from technician INSERT#8
ChesnoTech merged 1 commit intodevelopfrom
fix/crud-bugs-from-visual-test

Conversation

@ChesnoTech
Copy link
Copy Markdown
Owner

Summary

  • handle_add_tech tried to INSERT into preferred_server column which doesn't exist
  • Caused HTTP 500 on every technician creation attempt
  • Found during interactive testing on fresh Docker stack

Branch Type

  • fix/ — Bug fix (→ develop)

Testing

  • Technician creation now works: {"success":true,"message":"Technician created successfully"}

TechniciansController tried to INSERT into preferred_server column which
doesn't exist in the technicians table. Found during interactive CRUD
testing on fresh Docker stack.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ChesnoTech ChesnoTech merged commit 2a0e74d into develop Mar 26, 2026
4 checks passed
@ChesnoTech ChesnoTech deleted the fix/crud-bugs-from-visual-test branch March 26, 2026 08:44
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