forked from LBRYCommunity/lbry-sdk
dropdb ignores already dropped db
This commit is contained in:
parent
7ebb9d06df
commit
70e50780c3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ idea:
|
|||
cp -r scripts/idea/* .idea
|
||||
|
||||
start:
|
||||
dropdb lbry
|
||||
dropdb lbry --if-exists
|
||||
createdb lbry
|
||||
lbrynet start --full-node \
|
||||
--db-url=postgresql:///lbry --workers=28 --console=advanced --no-spv-address-filters \
|
||||
|
|
Loading…
Add table
Reference in a new issue