mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Added script for recreating database
This commit is contained in:
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
|
Reference in New Issue
Block a user