mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 22:51:24 +08:00
DEV: Store details log entries in converter as JSON (#29778)
Plus small DB related fixes
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "lru_redux"
|
||||
|
||||
module Migrations::Database
|
||||
class PreparedStatementCache < LruRedux::Cache
|
||||
class PreparedStatementHash < Hash
|
||||
|
Reference in New Issue
Block a user