debian-mirror-gitlab/db/post_migrate/20201207151651_truncate_security_findings_table_2.rb
2021-02-22 17:27:13 +05:30

8 lines
339 B
Ruby

# 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