Commit Graph

3 Commits

Author SHA1 Message Date
turnoffthiscomputer
62e8aa0855 udpate registry 2024-12-01 19:19:00 +01:00
mpsdev
fc947af8fd Insert_to_db valid for CSCA and DSC
Use arg dsc of csca like:
- ts-node src\utils\insert_to_db dsc   (Read dir: outputs/unique_dsc and insert to db dsc_masterlist)
- ts-node src\utils\insert_to_db csca   (Read dir: outputs/unique_csca and insert to db csca_masterlist)

Added 2 tables to prisma Schema:
2024-08-30 13:30:41 -04:00
mpsdev
5d635542cb Certificates into the database for the searchable registry
Script that inserts files located in /outputs/unique_pem into the Postgre database.
The database schema is created in prisma.
*It is important to add the .env file with the values ​​from the database provided by vercel
2024-08-27 11:26:18 -04:00