Sha256: 0dd43bd75f5dfb9ab8badf079177d4d49310dccb08ce90ab2f8a0b0c98c542b0
Contents?: true
Size: 144 Bytes
Versions: 13
Compression:
Stored size: 144 Bytes
Contents
class IncreaseSlugLength < ActiveRecord::Migration def change change_column Fe::Question.table_name, :slug, :string, limit: 128 end end
Version data entries
13 entries across 13 versions & 1 rubygems