Sha256: bcdbf5739dfac29edfd8fcc7ac433653655090d97215fa9f480860a5c693dcb1
Contents?: true
Size: 671 Bytes
Versions: 53
Compression:
Stored size: 671 Bytes
Contents
class ChangeProcessedAttachmentToAttachmentOnS3ForImages < ActiveRecord::Migration[5.2] def change rename_column :pageflow_image_files, :processed_attachment_file_name, :attachment_on_s3_file_name rename_column :pageflow_image_files, :processed_attachment_content_type, :attachment_on_s3_content_type rename_column :pageflow_image_files, :processed_attachment_file_size, :attachment_on_s3_file_size rename_column :pageflow_image_files, :processed_attachment_updated_at, :attachment_on_s3_updated_at end end
Version data entries
53 entries across 53 versions & 1 rubygems