Sha256: d2dc835b73945a40c66e7d3367a4122bedb75fa6de5b42107454f79db3a174f0

Contents?: true

Size: 292 Bytes

Versions: 29

Compression:

Stored size: 292 Bytes

Contents

# This migration comes from active_storage (originally 20211119233751)
class RemoveNotNullOnActiveStorageBlobsChecksum < ActiveRecord::Migration[6.0]
  def change
    return unless table_exists?(:active_storage_blobs)

    change_column_null(:active_storage_blobs, :checksum, true)
  end
end

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
panda_cms-0.6.3 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.6.2 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.6.1 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.6.0 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.5.10 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.5.9 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.5.8 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.5.7 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.5.6 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.5.5 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.5.4 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.5.3 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.5.2 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.5.1 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.5.0 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.3.15 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.3.14 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.3.13 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.3.12 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
panda_cms-0.3.11 db/migrate/20240701225424_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb