We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f238cf commit f97ad8bCopy full SHA for f97ad8b
lib/generators/solid_cache/install/install_generator.rb
@@ -39,14 +39,14 @@ def app_is_using_sqlite?
39
40
def sqlite_database_config_with_cache
41
<<~YAML
42
-production:
43
- primary:
44
- <<: *default
45
- database: storage/production.sqlite3
46
- cache:
47
48
- database: storage/production_cache.sqlite3
49
- migrations_paths: db/cache_migrate
+ production:
+ primary:
+ <<: *default
+ database: storage/production.sqlite3
+ cache:
+ database: storage/production_cache.sqlite3
+ migrations_paths: db/cache_migrate
50
YAML
51
end
52
0 commit comments