[feat] update drizzle to v2 and add card-price relations

This commit is contained in:
2026-02-13 21:28:33 -05:00
parent 18b8774a89
commit a774360065
8 changed files with 1029 additions and 603 deletions

View File

@@ -14,14 +14,14 @@
"bootstrap": "^5.3.8",
"chalk": "^5.6.2",
"dotenv": "^17.2.4",
"drizzle-orm": "^0.45.1",
"drizzle-orm": "^1.0.0-beta.15-859cf75",
"mysql2": "^3.16.3",
"sass": "^1.97.3"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/node": "^25.2.1",
"drizzle-kit": "^0.31.8",
"drizzle-kit": "^1.0.0-beta.15-859cf75",
"typescript": "^5.9.3"
}
}