Sha256: 5def592847a961326b4ca5ec4e8b44e93fa16e65ba0a3c9bef775f6fd2bb425b
Contents?: true
Size: 265 Bytes
Versions: 44
Compression:
Stored size: 265 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 null: false end end end
Version data entries
44 entries across 44 versions & 1 rubygems