Fix database paths from solid-cache install
All checks were successful
Ruby CI / test (pull_request) Successful in 18s
All checks were successful
Ruby CI / test (pull_request) Successful in 18s
This commit is contained in:
parent
0a25c2ae9a
commit
ef0dab368a
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ test:
|
||||||
production:
|
production:
|
||||||
primary:
|
primary:
|
||||||
<<: *default
|
<<: *default
|
||||||
database: storage/production.sqlite3
|
database: db/production.sqlite3
|
||||||
cache:
|
cache:
|
||||||
<<: *default
|
<<: *default
|
||||||
database: storage/production_cache.sqlite3
|
database: db/production_cache.sqlite3
|
||||||
migrations_paths: db/cache_migrate
|
migrations_paths: db/cache_migrate
|
||||||
|
|
Loading…
Reference in a new issue