|
|
|
Use core.Object.status instead of blog.Post.post_status:
1. Change the blog.Post model to use status field from the parent Object model instead of its own blog_status
2. Change Object's status field to accept 3 values: PUBLISHED, DRAFT, DELETED
3. Migrate post_stauses to the related object (SQL script, michuk will do it)
4. Remove the blog.Post.post_status field
|
|
Description
|
Use core.Object.status instead of blog.Post.post_status:
1. Change the blog.Post model to use status field from the parent Object model instead of its own blog_status
2. Change Object's status field to accept 3 values: PUBLISHED, DRAFT, DELETED
3. Migrate post_stauses to the related object (SQL script, michuk will do it)
4. Remove the blog.Post.post_status field
|
Show » |
|