Sha256: 70cd873c10b4274b5ee76b5ecd80852c9de82efd4ccb227bca9ca15fbaae0e09
Contents?: true
Size: 289 Bytes
Versions: 6
Compression:
Stored size: 289 Bytes
Contents
class DestroyVulnerableConfigurations < ActiveRecord::Migration def self.up drop_table :vulnerable_configurations end def self.down create_table :vulnerable_configurations do |t| t.integer :nvd_entry_id t.integer :product_id t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems