add rss content to post history and generate it when creating or editing a post

This commit is contained in:
2025-12-14 07:05:52 +03:00
parent 96c37f9081
commit 0898c56a51
2 changed files with 6 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ MIGRATIONS = [
add_signature_format,
create_default_bookmark_collections,
add_display_name,
'ALTER TABLE "post_history" ADD COLUMN "content_rss" STRING DEFAULT NULL'
]
def run_migrations():