aboutsummaryrefslogtreecommitdiff
path: root/devel/gogs/files/patch-internal_route_install.go
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gogs/files/patch-internal_route_install.go')
-rw-r--r--devel/gogs/files/patch-internal_route_install.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gogs/files/patch-internal_route_install.go b/devel/gogs/files/patch-internal_route_install.go
deleted file mode 100644
index 220c3973c5de..000000000000
--- a/devel/gogs/files/patch-internal_route_install.go
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) {