Skip to content
Snippets Groups Projects
Commit 73030c90 authored by Moreau Elise's avatar Moreau Elise
Browse files

update script drop db

parent b86b7358
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
rm -rf /var/www/var
vendor/bin/doctrine orm:schema-tool:drop --force
vendor/bin/doctrine orm:schema-tool:create
rm -rf ./var
docker-compose exec slim vendor/bin/doctrine orm:schema-tool:drop --force
docker-compose exec slim vendor/bin/doctrine orm:schema-tool:create
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment