Sha256: 9aabb845c62dff04c48bb8cbad1751f0139afd95b592751fd27e1f4a7066b25e
Contents?: true
Size: 253 Bytes
Versions: 10
Compression:
Stored size: 253 Bytes
Contents
class CreateAutomaticExploitationRuns < ActiveRecord::Migration def change create_table :automatic_exploitation_runs do |t| t.integer :workspace_id t.integer :user_id t.integer :match_set_id t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems