Sha256: 3c3b0bf50330a312000520f701c92f78f4eff79ea0a953b213d6c882e6125f8a
Contents?: true
Size: 154 Bytes
Versions: 3
Compression:
Stored size: 154 Bytes
Contents
class AddAttachmentDataToUserImportFile < ActiveRecord::Migration[5.0] def change add_column :user_import_files, :attachment_data, :jsonb end end
Version data entries
3 entries across 3 versions & 1 rubygems