feat: add UUID generation for request tracking and update PostgreSQL schema

This commit is contained in:
Praveen Thirumurugan
2025-10-18 02:22:52 +05:30
parent ee0e5033ec
commit 0a69232257
4 changed files with 51 additions and 25 deletions
+3 -1
View File
@@ -37,7 +37,9 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@types/uuid": "^10.0.0",
"dotenv": "^17.2.3",
"pg": "^8.16.3"
"pg": "^8.16.3",
"uuid": "^13.0.0"
}
}