mirror of https://github.com/docusealco/docuseal
parent
652072d660
commit
5a3174a720
@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddUuidToActiveStorageBlobs < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :active_storage_blobs, :uuid, :string
|
||||
|
||||
add_index :active_storage_blobs, :uuid, unique: true
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue