Commit b0c86614 authored by Mehmet Emin INAC's avatar Mehmet Emin INAC Committed by pbair

Truncate the `security_findings` table

parent 544adf54
# 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