method

change

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: RemoveNotNullOnActiveStorageBlobsChecksum
change() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/db/update_migrate/20211119233751_remove_not_null_on_active_storage_blobs_checksum.rb, line 2
  def change
    return unless table_exists?(:active_storage_blobs)

    change_column_null(:active_storage_blobs, :checksum, true)
  end
Register or log in to add new notes.