2
0

👷 Improve monthly database cleaning script perf

This commit is contained in:
Baptiste Arnaud
2024-08-01 13:37:28 +02:00
parent 7210df4d79
commit 4ebd98855b
2 changed files with 13 additions and 13 deletions

View File

@ -6,7 +6,7 @@
"private": true,
"scripts": {
"playground": "SKIP_ENV_CHECK=true dotenv -e ./.env.local -- tsx playground.ts",
"db:cleanDatabase": "tsx cleanDatabase.ts",
"db:cleanDatabase": "SKIP_ENV_CHECK=true tsx cleanDatabase.ts",
"db:backup": "tsx backupDatabase.ts",
"db:restore": "tsx restoreDatabase.ts",
"db:setCustomPlan": "tsx setCustomPlan.ts",
@ -58,4 +58,4 @@
"@typebot.io/billing": "workspace:*",
"@typebot.io/telemetry": "workspace:*"
}
}
}