mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added a separate table to record background job status for tournaments and fixed migrations/schemas for solid dbs. Foreign key constraints are now added to the migrations where we do belongs_to.
This commit is contained in:
@@ -23,7 +23,7 @@ module Wrestling
|
||||
|
||||
# Configure schema dumping for multiple databases
|
||||
config.active_record.schema_format = :ruby
|
||||
config.active_record.dump_schemas = :individual
|
||||
config.active_record.dump_schemas = :all
|
||||
|
||||
# Fix deprecation warning for to_time in Rails 8.1
|
||||
config.active_support.to_time_preserves_timezone = :zone
|
||||
|
||||
Reference in New Issue
Block a user