#!/bin/bash
# Shared migration commands sourced by /start and /start-with-coverage.
# Add new migration steps here so both scripts stay in sync.

python manage.py migrate
python manage.py migrate_pipeline_settings --sync-preferences --init-only
python manage.py migrate_pipeline_settings
