From f27d0d5ed54611172efffa3cdf0478a93b8a907e Mon Sep 17 00:00:00 2001 From: LeandroRoberto Date: Tue, 21 Nov 2017 11:41:51 -0200 Subject: [PATCH] =?UTF-8?q?adiciona=20coment=C3=A1rio=20a=20checagem=20de?= =?UTF-8?q?=20makemigrations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check_migrations.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/check_migrations.sh b/check_migrations.sh index ff545a3c5..2933bdbcd 100755 --- a/check_migrations.sh +++ b/check_migrations.sh @@ -21,6 +21,7 @@ if [ $MIGRATIONS -eq 0 ]; then echo 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}lembre de adicionar os arquivos criados ao git com 'git add .' ou semelhante.${NC}" echo exit 1 fi \ No newline at end of file