Skip to content

Commit ab573c3

Browse files
authored
Merge pull request #1617 from NASA-AMMOS/fix/refine-migration-script
Refine migration script
2 parents e92f98a + d887d9c commit ab573c3

File tree

10 files changed

+444
-144
lines changed

10 files changed

+444
-144
lines changed

.github/workflows/pgcmp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
AERIE_PASSWORD=${AERIE_PASSWORD}
112112
EOF
113113
python -m pip install -r requirements.txt
114-
python aerie_db_migration.py --apply --all
114+
python aerie_db_migration.py migrate --apply --all
115115
cd ..
116116
- name: Clone PGCMP
117117
uses: actions/checkout@v4
@@ -204,7 +204,7 @@ jobs:
204204
AERIE_PASSWORD=${AERIE_PASSWORD}
205205
EOF
206206
python -m pip install -r requirements.txt
207-
python aerie_db_migration.py --revert --all
207+
python aerie_db_migration.py migrate --revert --all
208208
cd ..
209209
- name: Dump Migrated Database
210210
run: |

0 commit comments

Comments
 (0)