mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-11-11 21:28:39 +00:00
7 lines
95 B
Bash
Executable File
7 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
python2.7 ../apps/manage.py makemigrations
|
|
|
|
python2.7 ../apps/manage.py migrate
|