From 52712aba3b06b9c01efd26d2f5c64254057c8c5e Mon Sep 17 00:00:00 2001 From: kompotkot Date: Thu, 28 Mar 2024 16:45:24 +0000 Subject: [PATCH] Fixed migration for xai sepolia from avalanche --- .../versions/26000a6bff7d_xai_sepolia_blockchain_support.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moonstreamdb/alembic/versions/26000a6bff7d_xai_sepolia_blockchain_support.py b/moonstreamdb/alembic/versions/26000a6bff7d_xai_sepolia_blockchain_support.py index eac5134a..dc107650 100644 --- a/moonstreamdb/alembic/versions/26000a6bff7d_xai_sepolia_blockchain_support.py +++ b/moonstreamdb/alembic/versions/26000a6bff7d_xai_sepolia_blockchain_support.py @@ -1,7 +1,7 @@ """Xai Sepolia blockchain support Revision ID: 26000a6bff7d -Revises: a99b97acc39e +Revises: a95cbab56a0b Create Date: 2024-03-14 01:05:00.964103 """ @@ -12,7 +12,7 @@ from sqlalchemy.dialects import postgresql # revision identifiers, used by Alembic. revision = "26000a6bff7d" -down_revision = "a99b97acc39e" +down_revision = "a95cbab56a0b" branch_labels = None depends_on = None