Sha256: e3fa26befc0649c9713eab317d4dea5f9ecf7820d2172e4623f7d7c9e306d47f
Contents?: true
Size: 309 Bytes
Versions: 6
Compression:
Stored size: 309 Bytes
Contents
class AddDescriptionToJobInvocation < ActiveRecord::Migration def up add_column :job_invocations, :description, :string add_column :templates, :description_format, :string end def down remove_column :job_invocations, :description remove_column :templates, :description_format end end
Version data entries
6 entries across 6 versions & 1 rubygems