Sha256: 589790fea880b917c19f1dcb80c1ace7eb815df2540bef4eb6ce5f42371c3658
Contents?: true
Size: 212 Bytes
Versions: 71
Compression:
Stored size: 212 Bytes
Contents
class MoreSpaceForDbContent < ActiveRecord::Migration[4.2] 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
71 entries across 71 versions & 1 rubygems