Sha256: 7b446ea5197f57264843cef907985f0fa0960ee2f731a054c0c059b069025eca
Contents?: true
Size: 180 Bytes
Versions: 35
Compression:
Stored size: 180 Bytes
Contents
class AddCategoriesToEvents < ActiveRecord::Migration def change add_column :events, :primary_category, :string add_column :events, :secondary_categories, :text end end
Version data entries
35 entries across 35 versions & 1 rubygems