]> source.dussan.org Git - gitea.git/commit
Ensure topics added using the API are added to the repository (#13285)
authorzeripath <art27@cantab.net>
Sat, 24 Oct 2020 14:11:30 +0000 (15:11 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Oct 2020 14:11:30 +0000 (15:11 +0100)
commit4099e4f1b6eba1722f1e5d4f0b411f0a4a9970c2
treec60fecbf01cacce8c9c7ece16201db052f7eba59
parent2fa4c4ad3a1fc120b7fb68cd8a03362c4c87a3ff
Ensure topics added using the API are added to the repository (#13285)

* Ensure topics added using the API are added to the repository

Fix #12426

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
models/migrations/migrations.go
models/migrations/v157.go [new file with mode: 0644]
models/topic.go