Sha256: 520738c4e3272f9d175d73c66fb4236bd0e2d05b0778b5de23f865c7ec4df38c
Contents?: true
Size: 215 Bytes
Versions: 54
Compression:
Stored size: 215 Bytes
Contents
class AddDisplayNameAndDescriptionToOrganizations < ActiveRecord::Migration[5.1] def change add_column :organizations, :display_name, :text add_column :organizations, :display_description, :text end end
Version data entries
54 entries across 54 versions & 2 rubygems