Sha256: cd54d91d0fbd553fb4e45c82de23be6191e1bfdae8c73fcc975550d9b77258c4
Contents?: true
Size: 339 Bytes
Versions: 16
Compression:
Stored size: 339 Bytes
Contents
class AddDescriptionToJobInvocation < ActiveRecord::Migration def up add_column :job_invocations, :description, :string, :limit => 255 add_column :templates, :description_format, :string, :limit => 255 end def down remove_column :job_invocations, :description remove_column :templates, :description_format end end
Version data entries
16 entries across 16 versions & 1 rubygems