👷 Add daily database cleanup action

Closes #201
This commit is contained in:
Baptiste Arnaud
2023-01-10 11:39:56 +01:00
parent b142dc18eb
commit 4c2eaf9b79
4 changed files with 66 additions and 15 deletions

View File

@@ -6,6 +6,7 @@
"private": true,
"scripts": {
"playground": "tsx playground.ts",
"db:cleanDatabase": "tsx cleanDatabase.ts",
"db:backup": "tsx backupDatabase.ts",
"db:restore": "tsx restoreDatabase.ts",
"db:setCustomPlan": "tsx setCustomPlan.ts",