Sha256: 14e3e13a7ecccae6bd480de6dad3590c9ff283c5610cd019833fb1af8a2451a7
Contents?: true
Size: 171 Bytes
Versions: 116
Compression:
Stored size: 171 Bytes
Contents
class AddDefaultEventCategoryIdToEventImportFile < ActiveRecord::Migration def change add_column :event_import_files, :default_event_category_id, :integer end end
Version data entries
116 entries across 112 versions & 7 rubygems