add rss content to post history and generate it when creating or editing a post
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user