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

WS-508: templates for calibration ingestion workflow

parent c8c0c98c
No related branches found
No related tags found
1 merge request!327Calibration ingestion templates
Pipeline #2126 passed
This commit is part of merge request !327. Comments created here will be created in the context of that merge request.
"""empty message
Revision ID: 758525350770
Revises: e99b65ee2b4e, ecb4acbecbce
Create Date: 2021-07-06 16:50:02.296448
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '758525350770'
down_revision = ('e99b65ee2b4e', 'ecb4acbecbce')
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