dongweiming / lyanna

My Blog Using Sanic
http://www.dongwm.com
GNU General Public License v3.0
637 stars 173 forks source link

修复“删除post记录时未同步删除相关post_tag记录”的问题 #16

Closed huangtaosdt closed 5 years ago

huangtaosdt commented 5 years ago

Fix the 500 error by deleting the post table record and deleting the corresponding post_type record. If you don't delete post_tag, it will trigger a 500 error when clicking on the tag.

dongweiming commented 5 years ago

Thanks!