docs: sync DB audit cleanup to v2.10.1

This commit is contained in:
Siavash Sameni
2026-06-07 15:42:32 +04:00
parent 4879046f44
commit a97097020d
2 changed files with 6 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ updated: 2026-06-07
| H16: batch template conversion request/offer/status writes split across service calls → proposal conversions use one serializable vital transaction; template usage remains explicitly non-vital | `957c356` v2.9.38 |
| H17: template payment completion per-request status loop → one serializable bulk status update with an all-rows-updated guard | `957c356` v2.9.38 |
| H18: email-code registration split referrer/user/temp writes → one serializable auth-store registration transaction, with referral bonus left post-commit best-effort | `957c356` v2.9.38 |
| H38: `blog_posts.status` stored as text instead of pgEnum → runtime schema and migration `0027_blog_post_status_enum.sql` enforce `blog_post_status` | `e8cb64c` v2.9.43 |
| H38: `blog_posts.status` stored as text instead of pgEnum → runtime schema and migration `0027_blog_post_status_enum.sql` enforce `blog_post_status` | `e8cb64c` / `05b402c` v2.10.1 |
---
@@ -560,7 +560,7 @@ status, priority, and category are `text` with TypeScript-only `$type<>` casts.
---
### 38. blogPosts.status stored as text instead of pgEnum | **FIXED** `e8cb64c` v2.9.43
### 38. blogPosts.status stored as text instead of pgEnum | **FIXED** `e8cb64c` / v2.10.1
> **Category:** Wrong Schema | **File:** `src/db/schema/blogPost.ts:50`