Sha256: 6e373b2555b596ee3112e2379fdbb616192dd2739dd7f29aed0894ad712a00c4
Contents?: true
Size: 512 Bytes
Versions: 4
Compression:
Stored size: 512 Bytes
Contents
class PaperclipFieldsToPortability < ActiveRecord::Migration[5.2] def change add_column :policy_manager_portability_requests, :attachment, :string add_column :policy_manager_portability_requests , :attachment_file_name, :string add_column :policy_manager_portability_requests , :attachment_file_size, :string add_column :policy_manager_portability_requests , :attachment_file_content_type, :string add_column :policy_manager_portability_requests, :attachment_content_type, :string end end
Version data entries
4 entries across 2 versions & 1 rubygems