created migration script [WIP]

This commit is contained in:
daniel31x13
2023-10-25 15:42:36 -04:00
parent 2be2a83c62
commit 966136dab6
4 changed files with 101 additions and 2 deletions
@@ -59,7 +59,7 @@ export default async function deleteUserById(
where: { collectionId: collection.id },
});
// Delete archive folders associated with collections
// Delete archive folders
removeFolder({ filePath: `archives/${collection.id}` });
}