Last active
September 25, 2018 21:00
-
-
Save itsaliu90/9ea4d0ce8cf5adf6f9d71485ba103810 to your computer and use it in GitHub Desktop.
ps_single_cp_split
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| i="[cp_id]" | |
| echo "splitting care provider: $i" | |
| echo "splitting care provider: $i" >> /var/www/banff/patient_splitting_output.log | |
| date >> /var/www/banff/patient_splitting_output.log | |
| bin/rake "migrate:split_patients[$i]" >> /var/www/banff/patient_splitting_output.log | |
| echo "done" >> /var/www/banff/patient_splitting_output.log | |
| echo "" >> /var/www/banff/patient_splitting_output.log | |
| echo "" >> /var/www/banff/patient_splitting_output.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment