1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2022-07-02 17:23:33 +02:00
parent 41eccb7af5
commit b2c8683718
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -121,6 +121,7 @@ pushd $final_path
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn update-db
prisma migrate resolve --applied "20210320112717_init"
popd
#=================================================