1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Add populate database script

This commit is contained in:
Chocobozzz 2018-07-17 18:17:50 +02:00
parent 3b492bff49
commit b54431049b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 111 additions and 1 deletions

View file

@ -3,7 +3,7 @@
set -eu
for i in $(seq 1 6); do
dropdb "peertube_test$i"
dropdb --if-exists "peertube_test$i"
rm -rf "./test$i"
rm -f "./config/local-test.json"
rm -f "./config/local-test-$i.json"