[fix #850] Use UUID as a uniq identifier for the attestation
This commit is contained in:
parent
c298a048c0
commit
ea2827134e
4 changed files with 21 additions and 5 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddContentSecureTokenColumnToAttestation < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :attestations, :content_secure_token, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue