feat: add sha256 and pgp verification
This commit is contained in:
parent
a155a9b355
commit
799cf0611c
12 changed files with 433 additions and 67 deletions
2
migrations/0002_naive_revanche.sql
Normal file
2
migrations/0002_naive_revanche.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE `cv` ADD `sha256` text;--> statement-breakpoint
|
||||
ALTER TABLE `cv` ADD `pgp_signature` text;
|
||||
Loading…
Add table
Add a link
Reference in a new issue