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

Merge branch 'fix-migrations-2.8.2.3' into '2.8.2.3-DEVELOPMENT'

make sure later migration doesn't stomp on other changes

See merge request !1590
parents d845934c dd792013
No related branches found
No related tags found
3 merge requests!1606catch 2.8.3 up with main,!1605Merge 2.8.2.3 work to main,!1590make sure later migration doesn't stomp on other changes
Pipeline #14544 passed
......@@ -5,7 +5,6 @@ Revises: 5eaf550162d3
Create Date: 2023-11-15 16:42:50.445896
"""
import sqlalchemy as sa
from alembic import op
# revision identifiers, used by Alembic.
......@@ -22,8 +21,9 @@ old_json = """{
"projectMetadata": {
"telescope": "{{telescope}}",
"projectCode": "{{projectCode}}"
}{{#file_list}},
"file_list": {{file_list}}{{/file_list}}
}
}
"""
new_json = """{
......@@ -36,8 +36,9 @@ new_json = """{
"projectMetadata": {
"telescope": "{{telescope}}",
"projectCode": "{{projectCode}}"
}{{#file_list}},
"file_list": {{file_list}}{{/file_list}}
}
}
"""
......
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