DEV: Store details log entries in converter as JSON (#29778)

Plus small DB related fixes
This commit is contained in:
Gerhard Schlager
2024-11-19 23:54:00 +01:00
committed by GitHub
parent 75f4a14568
commit a48af2f120
8 changed files with 42 additions and 21 deletions

View File

@ -18,7 +18,7 @@ module Migrations::Database::IntermediateDB
type,
message,
exception&.full_message(highlight: false),
details,
::Migrations::Database.to_json(details),
)
end
end