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

add script to clean db and recreate

parent 4e6da8e1
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment