👷 Improve monthly database cleaning script perf
This commit is contained in:
@ -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:*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user