Skip to content

db: Adds alembic revision 025 for missing unique constraints - #512

Open
claudiubelu wants to merge 1 commit into
cloudbase:masterfrom
claudiubelu:alembic-025
Open

db: Adds alembic revision 025 for missing unique constraints#512
claudiubelu wants to merge 1 commit into
cloudbase:masterfrom
claudiubelu:alembic-025

Conversation

@claudiubelu

Copy link
Copy Markdown
Member

models.py has declared UniqueConstraints on task_progress_update, minion_pool_progress_update, and service, but no migration script created them in the database.

This revision adds them so deployed schemas match the ORM model.

models.py has declared UniqueConstraints on task_progress_update,
minion_pool_progress_update, and service, but no migration script created
them in the database.

This revision adds them so deployed schemas match the ORM model.
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.

1 participant