Commit 0098407c authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'alexives/276693/remove_terraform_state_verification_column_ignores' into 'master'

Remove ignores for terraform state replication

See merge request gitlab-org/gitlab!48839
parents 88f1620a 7f00c43e
......@@ -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