-
Notifications
You must be signed in to change notification settings - Fork 293
fix: Adjusted sql file name to reflect reality #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR duplicado sobre mesmo assunto: #91 |
@@ -18,7 +18,7 @@ Se estiver usando Docker, os comandos para carregar o dump são: | |||
|
|||
```bash | |||
# Copiar o dump para a pasta temporária do Docker | |||
docker exec -it cp backup.sql POSTGRES_CONTAINER_ID:/tmp/backup.sql | |||
docker exec -it cp dev_dump.sql POSTGRES_CONTAINER_ID:/tmp/backup.sql |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verificar issue #109 |
Para mudar o nome para refletir o nome atual, precisa ser alterado em ambos comandos. O PR #84 faz isso da maneira certa. Caso queira que seja usado o nome igual ao do arquivo em todas etapas do processo de dump, sugira a alteração dentro daquele PR. Não há necessidade de um PR separados mechendo nas mesmas linhas pois no fim vão gerar conflitos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs changes in both commands to work. My suggestion is to close this PR and suggest changes at PR #84
Duplicado do #84 que já foi integrado. |
🤔 O que foi feito?
Foi alterado no readme o nome do arquivo .sql para refletir o nome real do arquivo que está na pasta "prisma".
📗 Checklist do desenvolvedor
👀 Checklist do revisor
Revisor 1️⃣
🔗 Referênia