Files
woodpecker/store
Veniamin Gvozdikov 4fd8a1ef42 Increase allowed length for user token in db (#328)
After update to latest version gitea and use oauth, gitea returns long token in my case it was >800 characters. DB schema of the table has varchar(500), I updated it to varchar(1000) to solve the problem.

* Fix length for gitea token/secret
2021-09-21 18:39:09 +02:00
..
2018-03-21 14:02:17 +01:00