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

Restore and Image Capability

parent 5c08fce5
No related branches found
No related tags found
1 merge request!349Restore imaging capability definitions and templates
"""empty message
Revision ID: 6508afd4da68
Revises: 74c70c6e1f08, a70e3e5d5bf3
Create Date: 2021-07-15 11:35:27.196165
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '6508afd4da68'
down_revision = ('74c70c6e1f08', 'a70e3e5d5bf3')
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