Skip to content

Conversation

@matthv
Copy link
Member

@matthv matthv commented Oct 15, 2025

Definition of Done

General

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Validate the code quality (indentation, syntax, style, simplicity, readability)

Security

  • Consider the security impact of the changes made

matthv and others added 8 commits October 15, 2025 17:51
Restore Driver.connection and Car.connection in migrations to ensure
tables are created in the correct databases (test3.sqlite3 for drivers,
test2.sqlite3 for cars) instead of the primary database.

This fixes CI test failures where Driver model couldn't find the drivers
table because it was being created in the wrong database.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
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