Closed vokshirg closed 9 months ago
oh, my bad, that works 🙈
development:
primary:
<<: *default
database: my_app_development
cache:
database: cache_development
url: <%= ENV["DATABASE_URL"] %>
migrations_paths: "db/cache/migrate"
When I follow steps from here to create dedicated cache database, I run command
rails db:create
but get only response that my dev database already exists. Andcache_development
has not been createdwhat am i missing? I'm using postgresql, does it supported with this syntax?