f1cc0ca35c
TaxBaik CI/CD / build-and-deploy (push) Failing after 59s
Problem: Migrations were copied to ./publish/migrations but app looks for db/migrations Solution: Copy to ./publish/db/migrations to match working directory structure This ensures V020, V021, V022 migrations run automatically on app startup.