Skip to content

Commit

Permalink
mig
Browse files Browse the repository at this point in the history
  • Loading branch information
parfenovma committed Aug 28, 2024
1 parent 9b21d58 commit 2114a51
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"""

from alembic import op
import sqlalchemy as sa
import os
from sqlalchemy.dialects import postgresql

import sqlalchemy as sa
from alembic import op


# revision identifiers, used by Alembic.
revision = '0bf7c70b7034'
Expand Down

0 comments on commit 2114a51

Please sign in to comment.