Skip to content

Correct secondary database setup in dummy app#317

Open
OdenTakashi wants to merge 2 commits intomainfrom
fix/dummyapp-secondary-db-path
Open

Correct secondary database setup in dummy app#317
OdenTakashi wants to merge 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

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