mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
Fix upgrade
This commit is contained in:
parent
29a59fd898
commit
9928f73ae7
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@ pushd "$final_path/backend"
|
|||
ynh_exec_warn_less pip install -r requirements-full-preview-generator.txt
|
||||
ynh_exec_warn_less pip install -r requirements-db-postgres.txt
|
||||
ynh_exec_warn_less pip install -e "."
|
||||
mkdir sessions_data sessions_lock previews
|
||||
ynh_exec_warn_less alembic -c development.ini upgrade head
|
||||
set +u;
|
||||
deactivate
|
||||
|
|
Loading…
Reference in a new issue