]> source.dussan.org Git - gitea.git/commit
Alter issue/comment table TEXT fields to LONGTEXT (#16765)
authorwxiaoguang <wxiaoguang@gmail.com>
Sun, 22 Aug 2021 15:33:05 +0000 (23:33 +0800)
committerGitHub <noreply@github.com>
Sun, 22 Aug 2021 15:33:05 +0000 (23:33 +0800)
commitb55c699c62406cb0a98c11e2a3ced99ff12faa41
treef83a07470d86d69a8aa007676b82f3608e00ea6d
parent7f856109420ddce421dab8d37e2590c9a4db4fd0
Alter issue/comment table TEXT fields to LONGTEXT (#16765)

* Alter issue/comment table TEXT fields to LONGTEXT

* Use If not Switch

Co-authored-by: zeripath <art27@cantab.net>
models/issue.go
models/issue_comment.go
models/migrations/migrations.go
models/migrations/v191.go [new file with mode: 0644]