Sha256: 180b6f99412dbd67977fe6fd88fd83e8396619e1cb178411db1f2fdf399dc59d
Contents?: true
Size: 197 Bytes
Versions: 14
Compression:
Stored size: 197 Bytes
Contents
class AddSecretsToJobInvocations < ActiveRecord::Migration[4.2] def change add_column :job_invocations, :password, :string add_column :job_invocations, :key_passphrase, :string end end
Version data entries
14 entries across 14 versions & 1 rubygems