alembic once again (#2221)

This commit is contained in:
pablodanswer 2024-08-22 22:28:13 -07:00 committed by GitHub
parent 5cb9c17ddf
commit c152123ef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
"""embedding provider by provider type """embedding provider by provider type
Revision ID: f17bf3b0d9f1 Revision ID: f17bf3b0d9f1
Revises: ee3f4b47fad5 Revises: 351faebd379d
Create Date: 2024-08-21 13:13:31.120460 Create Date: 2024-08-21 13:13:31.120460
""" """
@ -12,7 +12,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = "f17bf3b0d9f1" revision = "f17bf3b0d9f1"
down_revision = "ee3f4b47fad5" down_revision = "351faebd379d"
branch_labels = None branch_labels = None
depends_on = None depends_on = None