From 3d341168164194578243ac90e32745cbf3973816 Mon Sep 17 00:00:00 2001 From: Viet Than Date: Sat, 29 Jul 2023 21:38:24 -0400 Subject: [PATCH] set down_revision to the correct migration --- ...0_00_46_35_1ffc63ebd8bc_change_to_datetimez_table_follows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/versions/2023_07_30_00_46_35_1ffc63ebd8bc_change_to_datetimez_table_follows.py b/migrations/versions/2023_07_30_00_46_35_1ffc63ebd8bc_change_to_datetimez_table_follows.py index 41cba51e3..cd09cc7b7 100644 --- a/migrations/versions/2023_07_30_00_46_35_1ffc63ebd8bc_change_to_datetimez_table_follows.py +++ b/migrations/versions/2023_07_30_00_46_35_1ffc63ebd8bc_change_to_datetimez_table_follows.py @@ -12,7 +12,7 @@ from sqlalchemy.sql.functions import now # revision identifiers, used by Alembic. revision = '1ffc63ebd8bc' -down_revision = '7ae4658467d7' +down_revision = 'bdb4b7a2e88b' branch_labels = None depends_on = None