Skip to content

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Küng committed Jul 9, 2024
1 parent b7e55f6 commit b46e10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ "$DATABASE" == "postgres" ]; then
fi

# migrate database
python manage.py makemigrations catalogs, pkgsinfo, reports, manifests, inventory, icons, santa
python manage.py makemigrations catalogs, process, pkgsinfo, reports, manifests, inventory, icons, santa
python manage.py migrate

echo "Starting $NAME as `whoami`"
Expand Down

0 comments on commit b46e10b

Please sign in to comment.