Sha256: 24a280b1c349948f704a1d3dd8081e5a15dd29545409dfd2263b1be6e726b6c7
Contents?: true
Size: 344 Bytes
Versions: 140
Compression:
Stored size: 344 Bytes
Contents
class AddDescriptionToJobInvocation < ActiveRecord::Migration[4.2] 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
140 entries across 140 versions & 1 rubygems