Files
woodpecker/store/datastore/ddl/sqlite
Veniamin Gvozdikov caa21dd5be 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 21:12:43 +02:00
..
2018-03-21 14:02:17 +01:00