mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-04-07 04:50:51 +00:00
7 lines
91 B
Bash
Executable File
7 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
python3 ../apps/manage.py makemigrations
|
|
|
|
python3 ../apps/manage.py migrate
|