- Gitea version: 1.13.0 (also fails on latest dev)
- Git version: 2.26.2
- Operating system:
docker-compose with the image gitea/gitea:1
- Database:
Description
- Create new migration
- Select GitHub
- Clone
https://github.com/survivejs/webpack-book as a mirror
- Will fail with:
Migrate repository from https://github.com/survivejs/webpack-book failed: pq: value too long for type character varying(25)
Can be solved by using varying(255) on topic.name. Is there a reason it's limited to 25?