Sha256: 51a910485d9e4f9dcd303d85b9c003e6d8f8edaa0b478beea4a0bf7643c45cff
Contents?: true
Size: 207 Bytes
Versions: 31
Compression:
Stored size: 207 Bytes
Contents
class MoreSpaceForDbContent < ActiveRecord::Migration def change change_column :cards, :db_content, :text, limit: 1.megabyte change_column :card_changes, :value, :text, limit: 1.megabyte end end
Version data entries
31 entries across 31 versions & 1 rubygems