SakuraDon
Results
2
issues of
SakuraDon
### 是什么版本出现了此问题? 2.0.0 ### 使用的什么数据库? PostgreSQL ### 使用的哪种方式部署? Docker Compose ### 在线站点地址 _No response_ ### 发生了什么? 本地测试迁移,从线上环境导出json数据,导出的数据中是包含visits字段的,但是通过迁移插件导入后的文章丢失了浏览数。 尝试进数据库手动更新,发现数据库完全变了,只有一张表且数据都为二进制,看了眼代码确实架构完全变更了。这是否意味着用户无法再控制他们的数据库,或者只能通过halo提供的API进行更改。 ### 相关日志输出 _No response_ ### 附加信息 _No response_
kind/bug
priority/critical-urgent
In my code, there are some private interfaces that should only be accessed within the current package. However, when I use gomock to generate mock code, other packages can call...
enhancement