mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
Merge pull request #904 from barredterra/patch-1
fix: bump MariaDB version
This commit is contained in:
commit
8d792190b4
@ -14,7 +14,7 @@ def install_prerequisites():
|
||||
|
||||
@click.command('mariadb')
|
||||
@click.option('--mysql_root_password')
|
||||
@click.option('--version', default="10.2")
|
||||
@click.option('--version', default="10.3")
|
||||
def install_maridb(mysql_root_password='', version=''):
|
||||
if mysql_root_password:
|
||||
extra_vars.update({
|
||||
|
Loading…
Reference in New Issue
Block a user