mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-07 05:30:40 +02:00
Fix migrations that went to the same revision (#525)
This commit is contained in:
parent
0632e92144
commit
beb54eaa5d
@ -1,7 +1,7 @@
|
|||||||
"""Store Tool Details
|
"""Store Tool Details
|
||||||
|
|
||||||
Revision ID: 904451035c9b
|
Revision ID: 904451035c9b
|
||||||
Revises: e0a68a81d434
|
Revises: 3b25685ff73c
|
||||||
Create Date: 2023-10-05 12:29:26.620000
|
Create Date: 2023-10-05 12:29:26.620000
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@ -11,7 +11,7 @@ from sqlalchemy.dialects import postgresql
|
|||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = "904451035c9b"
|
revision = "904451035c9b"
|
||||||
down_revision = "e0a68a81d434"
|
down_revision = "3b25685ff73c"
|
||||||
branch_labels = None
|
branch_labels = None
|
||||||
depends_on = None
|
depends_on = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user