This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a change to branch test in repository https://gitbox.apache.org/repos/asf/answer.git
from 67b9c0b4 refactor(api): update API documentation for Accept Answer endpoint add 246f3079 feat: update .asf.yaml content add 157291c2 fix: screenshot add b863ad6b chore(configs/config.yaml): Change `api_url` to `api_base_url` add e6f94c92 chore: Keep the `api_url` in configs/config.yaml add 550a9268 feat(migrations): move user config to interface No new revisions were added by this update. Summary of changes: .asf.yaml | 6 +- configs/config.yaml | 1 + docs/img/screenshot.png | Bin 88558 -> 98459 bytes internal/migrations/init.go | 6 +- internal/migrations/migrations.go | 1 + internal/migrations/v27.go | 71 +++++++++++++++++++++ internal/schema/siteinfo_schema.go | 6 +- internal/service/content/user_service.go | 30 +++------ .../service/siteinfo_common/siteinfo_service.go | 2 +- 9 files changed, 95 insertions(+), 28 deletions(-) create mode 100644 internal/migrations/v27.go