Sha256: 078a3a6cd6ae14a1f6d183e42af97b4911871f2b6a3e94c14569ed0cd72ca2d3
Contents?: true
Size: 145 Bytes
Versions: 6
Compression:
Stored size: 145 Bytes
Contents
class AddEditModeToAgentImportFile < ActiveRecord::Migration[5.2] def change add_column :agent_import_files, :edit_mode, :string end end
Version data entries
6 entries across 6 versions & 6 rubygems