]> source.dussan.org Git - gitea.git/commit
Fix setting version table in dump (#15753)
authorzeripath <art27@cantab.net>
Thu, 6 May 2021 23:17:43 +0000 (00:17 +0100)
committerGitHub <noreply@github.com>
Thu, 6 May 2021 23:17:43 +0000 (00:17 +0100)
commitedb838997c41af7704aba4dbffeee608ffd18d3c
tree14768e5a094feba82879c426e49f077c5a8bb113
parent45970ae82e478dd7d5f01fcc053de5df00198abc
Fix setting version table in dump (#15753)

* Fix setting version table in dump

As noted on Discord there is a problem with gitea dump where the version table
is not being dumped correctly.

This is due to a missing pointer in the TableInfo.

This PR fixes this.

Signed-off-by: Andrew Thornton <art27@cantab.net>
* Update models_test.go
models/models.go
models/models_test.go