chore: disable partial inserts so we can change default column values
This commit is contained in:
parent
169f07cadd
commit
c5008e42af
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ module TPS
|
|||
|
||||
config.active_record.encryption.primary_key = Rails.application.secrets.active_record_encryption.fetch(:primary_key)
|
||||
config.active_record.encryption.key_derivation_salt = Rails.application.secrets.active_record_encryption.fetch(:key_derivation_salt)
|
||||
config.active_record.partial_inserts = false
|
||||
|
||||
config.exceptions_app = self.routes
|
||||
|
||||
|
|
Loading…
Reference in a new issue