Sha256: 9588296c0b4ccb9b0923d9150fd528e40506c3757c65fc79eb972f2cb9980c3c
Contents?: true
Size: 156 Bytes
Versions: 4
Compression:
Stored size: 156 Bytes
Contents
class AddAttachmentDataToAgentImportFile < ActiveRecord::Migration[5.0] def change add_column :agent_import_files, :attachment_data, :jsonb end end
Version data entries
4 entries across 4 versions & 1 rubygems