1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-06 04:23:43 -04:00
gitea/models/webhook
Lunny Xiao f337c32e86
Add index for hook_task table (#21545)
Since `hook_id` and `uuid` will become a search condition column. It's
better to add some index for them.
2022-10-28 13:05:39 +02:00
..
hooktask.go Add index for hook_task table (#21545) 2022-10-28 13:05:39 +02:00
main_test.go
webhook_test.go
webhook.go