Corrected the down_version in migration file.

pull/63/head
Akshay Joshi 2021-12-02 18:35:08 +05:30
parent 36c9eb3dfd
commit 5ae1036a24
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from pgadmin.model import db
# revision identifiers, used by Alembic.
revision = '15c88f765bc8'
down_revision = '6650c52670c2'
down_revision = '3ce25f562f3b'
branch_labels = None
depends_on = None