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:
parent
3b492bff49
commit
b54431049b
2 changed files with 111 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue