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

porting over Daniel N.'s migration correction

parent 12ab1d55
No related branches found
No related tags found
3 merge requests!1282Merge in main,!1281Draft: Rebase on main,!1247porting over Daniel N.'s migration correction
Pipeline #8714 passed
......@@ -24,7 +24,7 @@ edu.nrao.workspaces.CapabilitySettings.externalServiceUrl = http://capability:34
edu.nrao.workspaces.ProcessingSettings.useCasa = false
edu.nrao.workspaces.ProcessingSettings.rootDirectory = /lustre/aoc/cluster/pipeline/docker/workspaces/spool
edu.nrao.workspaces.ProcessingSettings.scriptLocation = /lustre/aoc/cluster/pipeline/docker/workspaces/sbin
edu.nrao.workspaces.ProcessingSettings.ramInGb = 0.2G
edu.nrao.workspaces.ProcessingSettings.ramInGb = 0.21G
edu.nrao.workspaces.ProcessingSettings.CasaVersion.vlass = /home/casa/packages/pipeline/casa-6.1.3-3-pipeline-2021.1.1.32
edu.nrao.archive.workflow.config.CasaVersions.homeForReprocessing = /home/casa/packages/pipeline/current
......
......@@ -39,7 +39,7 @@ def upgrade():
f"""
UPDATE workflow_templates
SET content = replace(convert_from(content, 'utf8'), E'{old_env}', E'{new_env}')::bytea
WHERE filename='download.sh'
WHERE filename='download.condor'
"""
)
......@@ -56,6 +56,6 @@ def downgrade():
f"""
UPDATE workflow_templates
SET content = replace(convert_from(content, 'utf8'), E'{new_env}', E'{old_env}')::bytea
WHERE filename='download.sh'
WHERE filename='download.condor'
"""
)
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