Sha256: 4a493013eb742142f5b938a2ef17c62cc7e5116ddaf8e1f663b9f5966c4d2aad
Contents?: true
Size: 145 Bytes
Versions: 29
Compression:
Stored size: 145 Bytes
Contents
class AddOutputColumnToTasks < ActiveRecord::Migration[4.2] def change add_column :tasks, :gzip_output, :binary, limit: 16777215 end end
Version data entries
29 entries across 29 versions & 1 rubygems