forgejo/services/webhook
Lunny Xiao 9f73cae635
Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148)
* Fix wrong type on hooktask to convert typ from char(16) to varchar(16)

* Fix bugs

* Improve code

* Use different trim function for MSSQL

* Fix bug

* Removed wrong changed line

* Removed wrong changed line

* Fix nullable

* Fix lint

* Ignore sqlite on migration

* Fix mssql modify column failure

* Move modifyColumn to migrations.go so that other migrate function could use it
2021-01-06 16:11:23 +01:00
..
deliver.go migrate from com.* to alternatives (#14103) 2020-12-25 11:59:32 +02:00
deliver_test.go
dingtalk.go
dingtalk_test.go
discord.go
feishu.go Fix bug for webhook and feishu caused by API changed (#13937) 2020-12-11 17:04:04 +01:00
general.go
general_test.go
main_test.go
matrix.go
matrix_test.go
msteams.go
payloader.go
slack.go
slack_test.go
telegram.go
telegram_test.go
webhook.go Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148) 2021-01-06 16:11:23 +01:00
webhook_test.go