mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
DEV: Store details log entries in converter as JSON (#29778)
Plus small DB related fixes
This commit is contained in:
@ -18,7 +18,7 @@ module Migrations::Database::IntermediateDB
|
||||
type,
|
||||
message,
|
||||
exception&.full_message(highlight: false),
|
||||
details,
|
||||
::Migrations::Database.to_json(details),
|
||||
)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user