Commit 9097f561 authored by Patrick Bair's avatar Patrick Bair

Merge branch 'truncate_security_findings_table' into 'master'

Truncate the `security_findings` table

See merge request gitlab-org/gitlab!49385
parents 09165ed0 0138073d
---
title: Truncate the `security_findings` table
merge_request: 49385
author:
type: added
# frozen_string_literal: true
require_relative Rails.root.join('db', 'post_migrate', '20201102152945_truncate_security_findings_table.rb')
# This is the second time we are truncating this table
# so the migration class name has choosen like this for this reason.
class TruncateSecurityFindingsTable2 < TruncateSecurityFindingsTable; end
93def9138efddc9cd0ace5524dc5cf6cdc0221977083324c5c0ad3cf3fb75e55
\ No newline at end of file
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