From c7266bf33cce2ffe18e3162ddc2bbb57ca2d8ad5 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Mon, 4 Sep 2023 16:36:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=96=E6=B6=88=20Mysql=20=E5=92=8C?= =?UTF-8?q?=20MariaDB=20=E7=9A=84=E5=AE=89=E8=A3=85=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mariadb/data.yml | 2 +- apps/mysql/data.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mariadb/data.yml b/apps/mariadb/data.yml index acf5d3fb..12961096 100755 --- a/apps/mariadb/data.yml +++ b/apps/mariadb/data.yml @@ -13,7 +13,7 @@ additionalProperties: shortDescEn: The open source relational database type: runtime crossVersionUpdate: false - limit: 1 + limit: 0 recommend: 0 website: https://mariadb.org/ github: https://github.com/MariaDB/server/ diff --git a/apps/mysql/data.yml b/apps/mysql/data.yml index 16f35f8d..74839d32 100755 --- a/apps/mysql/data.yml +++ b/apps/mysql/data.yml @@ -13,7 +13,7 @@ additionalProperties: shortDescEn: Open source relational database management system type: runtime crossVersionUpdate: false - limit: 1 + limit: 0 recommend: 4 website: https://www.mysql.com github: https://github.com/mysql/mysql-server