Sha256: 34ab978693c2341c99c9be2bb13fadc2c6af2222bbffc4980e295e69346865b8
Contents?: true
Size: 225 Bytes
Versions: 123
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
123 entries across 123 versions & 1 rubygems