Commit f0a4093c authored by ibuler's avatar ibuler

[Update] 更新

parent c4522fe9
......@@ -86,7 +86,7 @@
::
$ for app in common users assets ops perms terminal;do
cp $jumpserver_backup/${app}_migrations/*.py ${app}/migrations/
cp $jumpserver_backup/${app}_migrations/*.py apps/${app}/migrations/
done
8. 还原录像文件
......@@ -98,6 +98,7 @@
9. 更新依赖或表结构
::
$ pip install -r requirements/requirements.txt && cd utils && sh make_migrations.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment