mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Added script for recreating database
This commit is contained in:
parent
cb38429475
commit
c0e3aec661
4
administration/recreate-database.sh
Normal file
4
administration/recreate-database.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd "$(dirname "$(readlink -f "${0}")")/../docker-symfony/" || exit 1
|
||||||
|
docker-compose exec php php bin/console doctrine:database:drop --force &&
|
||||||
|
docker-compose exec php php bin/console doctrine:database:create
|
Loading…
Reference in New Issue
Block a user