From eaa1846d42fb43b1607e38c97441a665c02d9937 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sun, 8 Sep 2024 21:54:00 -0400 Subject: [PATCH] Fix database paths from solid-cache install (#35) Reviewed-on: https://git.atomaka.com/atomaka/budget/pulls/35 --- config/database.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/database.yml b/config/database.yml index 87d3780..8a71e62 100644 --- a/config/database.yml +++ b/config/database.yml @@ -29,8 +29,8 @@ test: production: primary: <<: *default - database: storage/production.sqlite3 + database: db/production.sqlite3 cache: <<: *default - database: storage/production_cache.sqlite3 + database: db/production_cache.sqlite3 migrations_paths: db/cache_migrate