feat(transactions): soft delete

This commit is contained in:
Herculino Trotta
2025-01-19 13:55:25 -03:00
parent a52f682c4f
commit 8a127a9f4f

View File

@@ -337,3 +337,5 @@ else:
}
CACHALOT_UNCACHABLE_TABLES = ("django_migrations", "procrastinate_jobs")
ENABLE_SOFT_DELETION = os.environ.get("ENABLE_SOFT_DELETION", "False").lower() == "true"