]> source.dussan.org Git - gitea.git/commit
Check if column exist before rename if exist, just return with no error (#17870)...
authorLunny Xiao <xiaolunwen@gmail.com>
Thu, 2 Dec 2021 17:12:11 +0000 (01:12 +0800)
committerGitHub <noreply@github.com>
Thu, 2 Dec 2021 17:12:11 +0000 (18:12 +0100)
commit56a3b50136a1cbdd32493328be7f05e60f94c4e5
treeb59a01f41571e90d2b00c3a9001629814081cd6c
parent9a8532d928ef0ef5606227d1774ca7387a3a83d5
Check if column exist before rename if exist, just return with no error (#17870) (#17882)

* Check if column exist before rename if exist, just return with no error

* Also check if errors column exist

* Add comment for migration

* Fix sqlite test
models/migrations/v184.go