Open
Description
Feature Description
When using the migration tool to migrate a repo from an old Gitea instance to new one, the relevant data from the action table does not get migrated. This caused a headache for me, as I really like having my metrics.
To transfer the action history for users, I had to manually export the relevant data from the action table from the old Gitea instance, then update the id, user_id, act_user_id and repo_id columns, and insert it to the new Gitea instance.
This works, but it would be nice if this could be done during migration.
Thank you for the work on this project! :)
Screenshots
No response