Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate content fields of article table #2952

Closed
4 tasks
robertu7 opened this issue Nov 16, 2022 · 1 comment · Fixed by #3802
Closed
4 tasks

Deprecate content fields of article table #2952

robertu7 opened this issue Nov 16, 2022 · 1 comment · Fixed by #3802
Assignees

Comments

@robertu7
Copy link
Contributor

robertu7 commented Nov 16, 2022

Background

A follow-up task of article versioning. Keeping these legacy fields on article table could misguide our development.

Related Issues

Checklist

  • remove content fields: content, summary, etc.
  • remove unused fields: upstream_id, etc.
  • remove article.draft_id (since draft.article_id works the same);
  • ipns-listen-repub is still relying on article table [0]

Story

@devformatters devformatters changed the title deprecate content fields of article table Deprecate content fields of article table Nov 23, 2022
@guoliu
Copy link
Contributor

guoliu commented Dec 7, 2022

article table act as pointers that point to different versions in draft table. article table record the newest version and metadata, while draft table record different version of content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants