Skip to content

Instantly share code, notes, and snippets.

@gregblake
Created December 6, 2017 15:12
Show Gist options
  • Select an option

  • Save gregblake/81bdc01af55beec102ff86ac603d973d to your computer and use it in GitHub Desktop.

Select an option

Save gregblake/81bdc01af55beec102ff86ac603d973d to your computer and use it in GitHub Desktop.
Migration to support 2.5gb uploads
class ChangeAttachmentFileSizeIntegerLimitOnDocumentVersion < ActiveRecord::Migration[5.1]
def change
change_column :document_versions, :attachment_file_size, :integer, limit: 8
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment