Skip to content

Commit

Permalink
database changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorsk committed Dec 31, 2024
1 parent 73c8b71 commit 4b2f8ad
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,4 @@ test:
production:
primary:
<<: *default
database: storage/production.sqlite3
cache:
<<: *default
database: storage/production_cache.sqlite3
migrations_paths: db/cache_migrate
queue:
<<: *default
database: storage/production_queue.sqlite3
migrations_paths: db/queue_migrate
cable:
<<: *default
database: storage/production_cable.sqlite3
migrations_paths: db/cable_migrate
database: storage/production.sqlite3

0 comments on commit 4b2f8ad

Please sign in to comment.