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

fix head conflict

parent a1f73174
No related branches found
No related tags found
1 merge request!340restore capability and workflow
Pipeline #2192 passed
This commit is part of merge request !340. Comments created here will be created in the context of that merge request.
"""empty message
Revision ID: a70e3e5d5bf3
Revises: 0bca0d8b3564, 7200d0d19938
Create Date: 2021-07-15 10:22:22.651390
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'a70e3e5d5bf3'
down_revision = ('0bca0d8b3564', '7200d0d19938')
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