aboutsummaryrefslogtreecommitdiff
path: root/devel/gogs/files/patch-internal_route_install.go
diff options
context:
space:
mode:
authorSiva Mahadevan <me@svmhdvn.name>2025-06-15 18:10:15 +0000
committerZsolt Udvari <uzsolt@FreeBSD.org>2025-06-15 18:10:55 +0000
commitc25d4ede51398bbd92e92f4d9b5a3067023f12fb (patch)
tree4f985e822c1a9c42a288b81f0902f013d2e35caf /devel/gogs/files/patch-internal_route_install.go
parenta12ed44e1eeedbac6f9c7fcea57610bba7b85070 (diff)
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) {