Sha256: 2293c401e3832634e10bce3a4547a5e612543182cafc1dae9026cc462bbe64db
Contents?: true
Size: 176 Bytes
Versions: 65
Compression:
Stored size: 176 Bytes
Contents
class AddDefaultEventCategoryIdToEventImportFile < ActiveRecord::Migration[4.2] def change add_column :event_import_files, :default_event_category_id, :integer end end
Version data entries
65 entries across 65 versions & 5 rubygems