Sha256: c1a530374ff2a2a469736a4276fb541d17b473931f6e3f0b0873104db47d1cf5
Contents?: true
Size: 181 Bytes
Versions: 29
Compression:
Stored size: 181 Bytes
Contents
class AddEstimatedDeployDurationToStacks < ActiveRecord::Migration[4.2] def change add_column :stacks, :estimated_deploy_duration, :integer, null: false, default: 1 end end
Version data entries
29 entries across 29 versions & 1 rubygems