Skip to content

Conversation

@alokemajumder
Copy link
Collaborator

Summary

Adds Alembic migration for the new job progress tracking columns added in PR #34.

New Columns

Column Type Description
current_stage String Alias for stage (worker compatibility)
status_message String Progress status message
updated_at DateTime Last update timestamp
processing_stats JSON Detailed processing statistics

Migration

# Run migration
alembic upgrade head

# Rollback if needed
alembic downgrade 003

Test plan

  • Run migration on test database
  • Verify columns are created
  • Test rollback works correctly

@gensecai-dev gensecai-dev merged commit b9409e3 into main Dec 7, 2025
@gensecai-dev gensecai-dev deleted the db/add-job-progress-migration branch December 7, 2025 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants