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

@ -1,5 +1,7 @@
# frozen_string_literal: true
require "lru_redux"
module Migrations::Database
class PreparedStatementCache < LruRedux::Cache
class PreparedStatementHash < Hash