Welcome to mirror list, hosted at ThFree Co, Russian Federation.

types.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a20e2574693bb73ff39618e6621bc03593ba277 (plain)
1
2
3
# frozen_string_literal: true

ActiveRecord::Type.register(:sym_jsonb, Gitlab::Database::Type::SymbolizedJsonb)