-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrations up-to-date check no longer requires Redis
Avoid relying on Redis for up-to-date checks of applied DB migrations by instead inspecting the results of the 'showmigrations' listing command and checking for the presence of the unchecked checkbox ASCII representation '[ ]'. This change makes the DB migration status check more self-contained and less fragile.
- Loading branch information
Showing
1 changed file
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters