Fix: Migration 0044 down_revision must be 0043_backups not 0043
This commit is contained in:
@@ -24,7 +24,7 @@ import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
revision = "0044"
|
||||
down_revision = "0043"
|
||||
down_revision = "0043_backups"
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user