Sha256: fe0f12f63b7a0a8fd99ca54fe172365c224e877ffcff283870893469f78b5cef
Contents?: true
Size: 192 Bytes
Versions: 34
Compression:
Stored size: 192 Bytes
Contents
class ChangeProjectsDescriptionToText < ActiveRecord::Migration def self.up change_column :projects, :description, :text, :null => true, :default => nil end def self.down end end
Version data entries
34 entries across 34 versions & 1 rubygems