Sha256: ef8f4375dc51a2221bf537f53577f9d0e78bd4fdf7ac01cac0f554dffda49193
Contents?: true
Size: 152 Bytes
Versions: 29
Compression:
Stored size: 152 Bytes
Contents
class ConvertStacksLockReasonToText < ActiveRecord::Migration[4.2] def change change_column :stacks, :lock_reason, :string, limit: 4096 end end
Version data entries
29 entries across 29 versions & 1 rubygems