Skip to content

Conversation

@Ulthran
Copy link
Contributor

@Ulthran Ulthran commented Dec 2, 2025

Summary

  • ensure the mock_db subcommand initializes the database schema before inserting mock data

Testing

  • not run (not requested)

Codex Task

Copilot AI review requested due to automatic review settings December 2, 2025 19:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR ensures the mock_db CLI subcommand properly initializes the database schema before inserting mock data, preventing potential failures when the schema doesn't exist yet.

Key Changes:

  • Added create_database(db_url) call before fill_mock_db() in the mock_db command handler

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Ulthran Ulthran merged commit ee84e76 into main Dec 2, 2025
10 checks passed
@Ulthran Ulthran deleted the codex/ensure-database-exists-and-has-schema branch December 2, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants