File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 - name : Merge me!
1818 run : |
1919 mkdir output
20- cat "Migration script/openIMIS migration latest.sql" "Migration script/storedProceduresl /*" > output/fullMigrationScipt.sql
21- cat "Empty databasesopenIMIS_ONLINE.sql" "Migration script/storedProceduresl /*" > output/fullEmptyDatabase.sql
22- cat "Empty databasesopenIMIS_ONLINE.sql" "Demo database/openIMIS_demo_ONLINE.sql" "Migration script/storedProceduresl /*" > output/fullDemoDatabase.sql
20+ cat "Migration script/openIMIS migration latest.sql" "Migration script/storedProcedures /*" > output/fullMigrationScipt.sql
21+ cat "Empty databasesopenIMIS_ONLINE.sql" "Migration script/storedProcedures /*" > output/fullEmptyDatabase.sql
22+ cat "Empty databasesopenIMIS_ONLINE.sql" "Demo database/openIMIS_demo_ONLINE.sql" "Migration script/storedProcedures /*" > output/fullDemoDatabase.sql
2323 - name : Publish artifact
2424 uses : actions/upload-artifact@master
2525 with :
You can’t perform that action at this time.
0 commit comments