Skip to content

Commit

Permalink
Init the database on first deployment with something newer than 2018.
Browse files Browse the repository at this point in the history
PLEASE REVIEW!
  • Loading branch information
yakloinsteak committed Sep 19, 2024
1 parent 574e528 commit fbabb96
Show file tree
Hide file tree
Showing 4 changed files with 3,711 additions and 2,912 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Application < Rails::Application

config.action_controller.include_all_helpers = false

config.active_record.schema_format = :ruby
config.active_record.schema_format = :sql

config.active_job.queue_adapter = :delayed_job

Expand Down
Loading

0 comments on commit fbabb96

Please sign in to comment.