Skip to content
Snippets Groups Projects
Commit d96e2e85 authored by Jim Sheckard's avatar Jim Sheckard
Browse files

WS-1018: updated PPRs for both standard imaging capabilities for procedure...

parent 955d8f40
No related branches found
No related tags found
1 merge request!913WS-1018: updated PPRs for both standard imaging capabilities for procedure...
Pipeline #5054 passed
# Copyright (C) 2022 Associated Universities, Inc. Washington DC, USA.
#
# This file is part of NRAO Workspaces.
#
# Workspaces is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Workspaces is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Workspaces. If not, see <https://www.gnu.org/licenses/>.
"""empty message
Revision ID: 3de1a47f5355
Revises: 1b534e426ace, 57177960f90a
Create Date: 2022-04-26 16:49:28.055213
"""
import sqlalchemy as sa
from alembic import op
# revision identifiers, used by Alembic.
revision = "3de1a47f5355"
down_revision = ("1b534e426ace", "57177960f90a")
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