mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Cleaning
This commit is contained in:
parent
0e330751b5
commit
597719c5ae
2 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
"mysql"
|
||||
],
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"arguments": {
|
||||
"install": [
|
||||
|
|
|
@ -173,6 +173,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
|||
#=================================================
|
||||
# MIGRATING DATABASE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Migrating from MySQL to PostgreSQL..." --weight=10
|
||||
|
||||
# Migrating from MySQL to PostgreSQL
|
||||
mysql-to-pg
|
||||
|
|
Loading…
Add table
Reference in a new issue