Skip to content

Commit

Permalink
revert database.yml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSokov committed Jul 19, 2024
1 parent a567aee commit 0203e2f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/dummy_app/config/database.yml
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
---
test:
primary:
adapter: sqlite3
database: tmp/primary.sqlite3
migrations_paths: "/home/vlad/projects/actual_db_schema/test/dummy_app/db/migrate"
secondary:
adapter: sqlite3
database: tmp/secondary.sqlite3
migrations_paths: "/home/vlad/projects/actual_db_schema/test/dummy_app/db/migrate_secondary"

0 comments on commit 0203e2f

Please sign in to comment.