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

20201207151651_truncate_security_findings_table_2.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ac6941be6dd65f2693bd674d98e12fd77ed0623 (plain)
1
2
3
4
5
6
7
# 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