Skip to content

Commit f0ec223

Browse files
update airflow db method in Docker entrypoint script, add Codeowners file
1 parent d1cb376 commit f0ec223

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)