mirror of
https://github.com/makeplane/plane.git
synced 2026-02-05 05:28:56 -06:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
python manage.py wait_for_db $1
|
|
|
|
python manage.py migrate $1 |