Skip to content

Commit 4ea7abd

Browse files
authored
Merge pull request #101 from openimis/HOTFIX/android_app_procedures
OTC-472: Added new RestAPI procedures to migrations
2 parents 0a2e1c5 + f82a35e commit 4ea7abd

4 files changed

Lines changed: 6825 additions & 152 deletions

File tree

.github/workflows/openmis-module-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
/opt/mssql-tools/bin/sqlcmd -S localhost,1433 -U SA -P $SA_PASSWORD -d imis_main -i oldMain/openIMIS_ONLINE.sql | grep . | uniq -c
7272
/opt/mssql-tools/bin/sqlcmd -S localhost,1433 -U SA -P $SA_PASSWORD -d imis_main -i oldMain/openIMIS_demo_ONLINE.sql | grep . | uniq -c
7373
/opt/mssql-tools/bin/sqlcmd -S localhost,1433 -U SA -P $SA_PASSWORD -d imis_main -i "new/Migration script/openIMIS migration latest.sql" | grep . | uniq -c
74-
/opt/mssql-tools/bin/sqlcmd -S localhost,1433 -U SA -P $SA_PASSWORD -d imis_main -i "new/Demo database/openIMIS_demo_ONLINE.sql" | grep . | uniq -c
74+
7575
7676
env:
7777
SA_PASSWORD: GitHub999
94 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)