mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-28 11:25:42 +00:00
9 lines
141 B
Bash
Executable File
9 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
python3 ../apps/manage.py makemigrations
|
|
|
|
python3 ../apps/manage.py migrate
|
|
|
|
python3 ../apps/manage.py makemigrations --merge
|