MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
148 stars 48 forks source link

Fix task queue index migration #610

Closed bennybp closed 4 years ago

bennybp commented 4 years ago

Description

Fixes a possible issue with a previous migration. Migration fb5bd88ae2f3 was maybe incomplete, causing all future autogenerated migrations to include a fix.

This PR is just an autogenerated alembic migration.

Changelog description

Status

codecov[bot] commented 4 years ago

Codecov Report

Merging #610 into master will increase coverage by 10.75%. The diff coverage is n/a.

bennybp commented 4 years ago

Ok my initial commit was completely wrong and based off an old branch. Should be good now.

bennybp commented 4 years ago

Nevermind this migration. Alembic is always detecting that this migration must be done, even after this migration is applied. Something more is going on (although seems to be an alembic issue)