mirror of https://github.com/docusealco/docuseal
parent
e1ea42a997
commit
4b75623b86
@ -0,0 +1,7 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
class AddIndexOnBlobsChecksum < ActiveRecord::Migration[7.1]
|
||||||
|
def change
|
||||||
|
add_index :active_storage_blobs, :checksum
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Reference in new issue