Skip to content

Commit b30ebfe

Browse files
Merge pull request #1 from Unity-Technologies/update-airflow-method
update airflow db method in Docker `entrypoint` script, add Codeowners file
2 parents d1cb376 + f0ec223 commit b30ebfe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @Unity-Technologies/cdsee

composer_local_dev/docker_files/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ init_airflow() {
3434
$run_as_user pip3 install --upgrade -r composer_requirements.txt
3535
$run_as_user pip3 check
3636

37-
$run_as_user airflow db migrate
37+
$run_as_user airflow db upgrade
3838

3939
# Allow non-authenticated access to UI for Airflow 2.*
4040
if ! grep -Fxq "AUTH_ROLE_PUBLIC = 'Admin'" /home/airflow/airflow/webserver_config.py; then

0 commit comments

Comments
 (0)