Commit 7f00c43e authored by Alex Ives's avatar Alex Ives
parent af382cf2
......@@ -3,12 +3,6 @@
module Terraform
class State < ApplicationRecord
include UsageStatistics
include IgnorableColumns
# These columns are being removed since geo replication falls to the versioned state
# Tracking in https://gitlab.com/gitlab-org/gitlab/-/issues/258262
ignore_columns %i[verification_failure verification_retry_at verified_at verification_retry_count verification_checksum],
remove_with: '13.7',
remove_after: '2020-12-22'
HEX_REGEXP = %r{\A\h+\z}.freeze
UUID_LENGTH = 32
......
---
title: Finish removing unused replication columns from terraform state
merge_request: 48839
author:
type: changed
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