Skip to content

Commit

Permalink
Rebase migration to master
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed Nov 8, 2021
1 parent fdda764 commit 7fe5db8
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
"""adjustable taxi radius
"""Adjustable taxi radius
Revision ID: 75fcefba25f9
Revises: 5b8d8ca36aeb
Create Date: 2021-06-21 11:53:55.382470
Revision ID: 51c630a38d3c
Revises: 50f5b6fadda8
Create Date: 2021-11-08 16:37:43.217463
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = '75fcefba25f9'
down_revision = '5b8d8ca36aeb'
revision = '51c630a38d3c'
down_revision = '50f5b6fadda8'
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 7fe5db8

Please sign in to comment.