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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-01 06:09:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-01 06:09:22 +0300
commita2c2225d61e60c5fe534e9455b8f60bf6ae22423 (patch)
tree3dd7055ea190de5f53fc6336f6077e56c0d09e0a /config/initializers
parenta149dffe2f221544ce239658e1e0fad06a2726a2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/initializers')
-rw-r--r--config/initializers/types.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/initializers/types.rb b/config/initializers/types.rb
new file mode 100644
index 00000000000..4a20e257469
--- /dev/null
+++ b/config/initializers/types.rb
@@ -0,0 +1,3 @@
+# frozen_string_literal: true
+
+ActiveRecord::Type.register(:sym_jsonb, Gitlab::Database::Type::SymbolizedJsonb)