mirror of
https://github.com/makeplane/plane.git
synced 2025-12-19 13:19:31 +01:00
6 lines
80 B
Bash
6 lines
80 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
python manage.py wait_for_db $1
|
||
|
|
|
||
|
|
python manage.py migrate $1
|