🗃️ Update non-string variable values in Database

This commit is contained in:
Baptiste Arnaud
2022-12-05 15:45:39 +01:00
parent d75eceb23f
commit 461d2e2746
3 changed files with 80 additions and 7 deletions

View File

@@ -8,7 +8,8 @@
"playground": "tsx playground.ts",
"db:backup": "tsx backupDatabase.ts",
"db:restore": "tsx restoreDatabase.ts",
"db:setCustomPlan": "tsx setCustomPlan.ts"
"db:setCustomPlan": "tsx setCustomPlan.ts",
"db:bulkUpdate": "tsx bulkUpdate.ts"
},
"devDependencies": {
"@types/node": "18.11.9",