feat: 取消 Mysql 和 MariaDB 的安装数量限制
This commit is contained in:
parent
5db39f089d
commit
49d0b79af7
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue