1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00

fix dump table name error and add some test for dump database (#6394) (#6402)

This commit is contained in:
Lunny Xiao
2019-03-21 17:11:44 +08:00
committed by zeripath
parent b6fb082b78
commit c5ec66a8a3
3 changed files with 21 additions and 3 deletions
+1
View File
@@ -12,4 +12,5 @@ import (
func init() {
EnableSQLite3 = true
supportedDatabases = append(supportedDatabases, "sqlite3")
}