Skip to content

Correct secondary database setup in dummy app#317

Merged
OdenTakashi merged 2 commits intomainfrom
fix/dummyapp-secondary-db-path
Mar 7, 2026
Merged

Correct secondary database setup in dummy app#317
OdenTakashi merged 2 commits intomainfrom
fix/dummyapp-secondary-db-path

Conversation

@OdenTakashi
Copy link
Collaborator

The secondary SQLite database in the dummyapp had two issues:

  1. The database file (secondary_annotaterb_development) was mistakenly tracked by Git.
  2. The database path in database.yml was inconsistent with the primary — missing the db/ prefix and .sqlite3 extension.

This PR fixes both by:

  • Removing secondary_annotaterb_development from version control and adding it to .gitignore
  • Updating the path to db/secondary_development.sqlite3 to match the primary database convention

@OdenTakashi
Copy link
Collaborator Author

Thanks for reviewing.

@OdenTakashi OdenTakashi merged commit 706f7ed into main Mar 7, 2026
26 checks passed
@OdenTakashi OdenTakashi deleted the fix/dummyapp-secondary-db-path branch March 7, 2026 09:07
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