1
0
Fork 0
forked from forgejo/forgejo

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

This commit is contained in:
Lunny Xiao 2019-03-21 09:38:54 +08:00 committed by techknowlogick
parent 75601a8cbc
commit 91dcccf72d
3 changed files with 21 additions and 3 deletions

View file

@ -12,4 +12,5 @@ import (
func init() {
EnableSQLite3 = true
supportedDatabases = append(supportedDatabases, "sqlite3")
}