Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,6 @@ test:
# for a full overview on how database connection configuration can be specified.
#
production:
primary: &primary_production
<<: *default
url: <%= ENV["DATABASE_URL"] %>
encoding: utf8
cache:
<<: *primary_production
database: database_production_cache
migrations_paths: db/cache_migrate
queue:
<<: *primary_production
database: database_production_queue
migrations_paths: db/queue_migrate
cable:
<<: *primary_production
database: database_production_cable
migrations_paths: db/cable_migrate
<<: *default
url: <%= ENV["DATABASE_URL"] %>
encoding: utf8
17 changes: 0 additions & 17 deletions db/cable_schema.rb

This file was deleted.

17 changes: 0 additions & 17 deletions db/cache_schema.rb

This file was deleted.

15 changes: 0 additions & 15 deletions db/migrate/20250313202309_solid_cable.rb

This file was deleted.

134 changes: 0 additions & 134 deletions db/migrate/20250313202310_solid_queue.rb

This file was deleted.

16 changes: 0 additions & 16 deletions db/migrate/20250313202311_solid_cache.rb

This file was deleted.

17 changes: 0 additions & 17 deletions db/queue_schema.rb

This file was deleted.

Loading