mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-09 18:23:57 +09:00
fix dump table name error and add some test for dump database (#6394)
This commit is contained in:
committed by
techknowlogick
parent
75601a8cbc
commit
91dcccf72d
@ -12,4 +12,5 @@ import (
|
||||
|
||||
func init() {
|
||||
EnableSQLite3 = true
|
||||
supportedDatabases = append(supportedDatabases, "sqlite3")
|
||||
}
|
||||
|
Reference in New Issue
Block a user