fix: more deviations from spec fixed

This commit is contained in:
2026-04-05 08:57:02 +02:00
parent 75cb19a604
commit ac2afc7d50
17 changed files with 161 additions and 67 deletions

View File

@@ -42,7 +42,7 @@ entity Post {
language: String? -- ISO 639-1 code
do_not_translate: Boolean
-- Legacy columns (read-only, no longer written)
-- Published snapshot columns (written on publish for diff detection)
published_title: String?
published_content: String?
published_tags: String?
@@ -58,7 +58,7 @@ entity PostTranslation {
title: String
excerpt: String?
content: String? -- Draft body (null when published)
status: draft | published | archived
status: draft | published
created_at: Timestamp
updated_at: Timestamp
published_at: Timestamp?