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

fixing conflict

parent 461b78d1
No related branches found
No related tags found
1 merge request!352UI for creating follow on imaging requests from completed calibration requests
This commit is part of merge request !352. Comments created here will be created in the context of that merge request.
"""empty message
Revision ID: 87dae5acfd34
Revises: 5ab2fcb61373, 10251d1732a4
Create Date: 2021-07-20 08:58:26.887779
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '87dae5acfd34'
down_revision = ('5ab2fcb61373', '10251d1732a4')
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