Sha256: 65db240e2a1b32d5b984ad37d6a6d83091f1696a37e645f0d936b4838ab795dc

Contents?: true

Size: 232 Bytes

Versions: 29

Compression:

Stored size: 232 Bytes

Contents

class CreateCredentialCoresTasksJoinTable < ActiveRecord::Migration[4.2]
  def change
    create_table :credential_cores_tasks, :force => true, :id => false do |t|
      t.integer :core_id
      t.integer :task_id
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
metasploit-credential-6.0.12 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.11 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.10 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.9 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.8 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.7 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.6 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.5 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.4 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.3 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.2 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.1 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-6.0.0 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-5.0.9 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-5.0.8 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-5.0.7 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-5.0.6 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-5.0.5 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-5.0.4 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-5.0.3 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb