diff --git a/alembic/versions/2023-12-28-05.08.32_09aba125b57a_add_oidc_auth_method.py b/alembic/versions/2024-03-10-05.08.32_09aba125b57a_add_oidc_auth_method.py similarity index 82% rename from alembic/versions/2023-12-28-05.08.32_09aba125b57a_add_oidc_auth_method.py rename to alembic/versions/2024-03-10-05.08.32_09aba125b57a_add_oidc_auth_method.py index 9a92997b93d..4f8d6018b23 100644 --- a/alembic/versions/2023-12-28-05.08.32_09aba125b57a_add_oidc_auth_method.py +++ b/alembic/versions/2024-03-10-05.08.32_09aba125b57a_add_oidc_auth_method.py @@ -1,8 +1,8 @@ """add OIDC auth method Revision ID: 09aba125b57a -Revises: ba1e4a6cfe99 -Create Date: 2023-12-28 05:08:32.397027 +Revises: 2298bb460ffd +Create Date: 2024-03-10 05:08:32.397027 """ @@ -13,7 +13,7 @@ # revision identifiers, used by Alembic. revision = "09aba125b57a" -down_revision = "ba1e4a6cfe99" +down_revision = "2298bb460ffd" branch_labels = None depends_on = None