]> source.dussan.org Git - gitea.git/commit
Fix broken migration on webhook (#13911)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 9 Dec 2020 17:20:13 +0000 (01:20 +0800)
committerGitHub <noreply@github.com>
Wed, 9 Dec 2020 17:20:13 +0000 (17:20 +0000)
commit6edfa6bc88ed73fc5a31f1b2fe9f5587c932ada7
treee6c479d97cbd006c3cc521ec77fde5c0d72b4cc1
parent18e4477ad41a8733225d3c92eea5b91c12af1a94
Fix broken migration on webhook (#13911)

* Fix broken migration on webhook

* Fix lint

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
models/migrations/migrations.go
models/migrations/v162.go [new file with mode: 0644]
models/repo_generate.go
models/webhook.go
modules/convert/convert.go
routers/api/v1/utils/hook.go
routers/repo/webhook.go
services/webhook/webhook.go