Browse Source

adiciona comentário a checagem de makemigrations

pull/1607/head
LeandroRoberto 7 years ago
parent
commit
f27d0d5ed5
  1. 1
      check_migrations.sh

1
check_migrations.sh

@ -21,6 +21,7 @@ if [ $MIGRATIONS -eq 0 ]; then
echo echo
echo -e "${RED}ALGUMAS ALTERAÇÕES EXIGEM MIGRAÇÃO.${NC}" echo -e "${RED}ALGUMAS ALTERAÇÕES EXIGEM MIGRAÇÃO.${NC}"
echo -e "${RED}RODE 'python manage.py makemigrations' ANTES DE SUBMETER SEU CÓDIGO...${NC}" echo -e "${RED}RODE 'python manage.py makemigrations' ANTES DE SUBMETER SEU CÓDIGO...${NC}"
echo -e "${RED}lembre de adicionar os arquivos criados ao git com 'git add .' ou semelhante.${NC}"
echo echo
exit 1 exit 1
fi fi
Loading…
Cancel
Save