Update down_revision in migration script

Changed the down_revision in 2025_07_08_0001_add_always_new_chat.py from '0ab65e1cc7fa' to '58eb7bdb93fe' to reflect the correct migration dependency.
pull/22059/head
Kalo Chin 11 months ago
parent cf0548913e
commit 65a20ee580

@ -10,7 +10,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = 'd57ba9ebb254' revision = 'd57ba9ebb254'
down_revision = '0ab65e1cc7fa' down_revision = '58eb7bdb93fe'
branch_labels = None branch_labels = None
depends_on = None depends_on = None

Loading…
Cancel
Save