Commit cc3521ad authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove ignore_column from Project model

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent b575b303
......@@ -56,7 +56,6 @@ class Project < ApplicationRecord
VALID_MIRROR_PROTOCOLS = %w(http https ssh git).freeze
ignore_column :import_status, :import_jid, :import_error
ignore_column :ci_id
cache_markdown_field :description, pipeline: :description
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment