[fix #850] Use UUID as a uniq identifier for the attestation

This commit is contained in:
Simon Lehericey 2017-10-18 14:29:12 +02:00
parent c298a048c0
commit ea2827134e
4 changed files with 21 additions and 5 deletions

View file

@ -0,0 +1,5 @@
class AddContentSecureTokenColumnToAttestation < ActiveRecord::Migration[5.0]
def change
add_column :attestations, :content_secure_token, :string
end
end