diff --git a/geo_comments/alembic/9ee00acd3274_create_geo_comments_tables.py b/geo_comments/alembic/9ee00acd3274_create_geo_comments_tables.py index 143469d..0744106 100644 --- a/geo_comments/alembic/9ee00acd3274_create_geo_comments_tables.py +++ b/geo_comments/alembic/9ee00acd3274_create_geo_comments_tables.py @@ -16,7 +16,10 @@ revision = "9ee00acd3274" down_revision = "f79e92a678f0" branch_labels = () -depends_on = "9e0ac518b9df" +depends_on = ( + "9e0ac518b9df", + "14df88fb94fa", +) def upgrade():