]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20211216185316_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
Update to rails 7.0.2.2
[rails.git] / db / migrate / 20211216185316_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
1 # This migration comes from active_storage (originally 20211119233751)
2 class RemoveNotNullOnActiveStorageBlobsChecksum < ActiveRecord::Migration[6.0]
3   def change
4     change_column_null(:active_storage_blobs, :checksum, true)
5   end
6 end