Sha256: 34ab978693c2341c99c9be2bb13fadc2c6af2222bbffc4980e295e69346865b8
Contents?: true
Size: 225 Bytes
Versions: 122
Compression:
Stored size: 225 Bytes
Contents
class AddSecretsToJobInvocations < ActiveRecord::Migration[4.2] def change change_table :job_invocations, :bulk => true do |t| t.column :password, :string t.column :key_passphrase, :string end end end
Version data entries
122 entries across 122 versions & 1 rubygems
Version | Path |
---|---|
foreman_remote_execution-1.6.7 | db/migrate/20171129103615_add_secrets_to_job_invocations.rb |
foreman_remote_execution-1.6.6 | db/migrate/20171129103615_add_secrets_to_job_invocations.rb |