migrated from sqlite to postgres

This commit is contained in:
Joe Arndt 2026-02-09 14:51:04 -06:00
parent 6600745072
commit 8e7016d15c
5 changed files with 341 additions and 64 deletions

View file

@ -25,9 +25,9 @@
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^11.0.1",
"@nestjs/typeorm": "^11.0.0",
"pg": "^8.18.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"sqlite3": "^5.1.7",
"typeorm": "^0.3.28"
},
"devDependencies": {