summaryrefslogtreecommitdiff
path: root/devel/gogs/files/patch-internal_route_install.go
blob: 220c3973c5de17ed6da2de071720fcbcf0864f45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- internal/route/install.go.orig	2020-08-30 17:50:22 UTC
+++ internal/route/install.go
@@ -121,7 +121,7 @@ func InstallInit(c *context.Context) {
 	c.Title("install.install")
 	c.PageIs("Install")
 
-	c.Data["DbOptions"] = []string{"MySQL", "PostgreSQL", "MSSQL", "SQLite3"}
+	c.Data["DbOptions"] = []string{"MySQL", "PostgreSQL", "SQLite3"}
 }
 
 func Install(c *context.Context) {