Fix database paths from solid-cache install
All checks were successful
Ruby CI / test (pull_request) Successful in 18s

This commit is contained in:
Andrew Tomaka 2024-09-08 21:52:50 -04:00
parent 0a25c2ae9a
commit ef0dab368a
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -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