Bug: 修复发树洞时自动关注失败和无法利用tag搜索的bug #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "ferrahit67/hole_thu_backend:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
如题,可能是因为id生成方式改成了auto increment,在数据库中新建关注和tag记录时post还没有commit,导致id没有生成。
c6500a9422已修复
之前某次改动误删了db.session.commit()
Pull request closed