Skip to content
Snippets Groups Projects
Commit a405f5a1 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix alembic head conflict

parent ee11164c
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1669Catchup with main
Pipeline #15835 failed
"""empty message
Revision ID: fb911077e1e6
Revises: af0c227502f6, b50243eb304b
Create Date: 2024-05-29 10:35:31.244759
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'fb911077e1e6'
down_revision = ('af0c227502f6', 'b50243eb304b')
branch_labels = None
depends_on = None
def upgrade():
pass
def downgrade():
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment