feat(transactions): soft delete

This commit is contained in:
Herculino Trotta
2025-01-19 13:55:25 -03:00
parent 3ccb0e19eb
commit f96d8d2862

View File

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