mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
add script to clear synapse db
This commit is contained in:
parent
7ecd7d3873
commit
1468be0db4
6
synapse/clear.sh
Normal file
6
synapse/clear.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
BASE_DIR=$(realpath $(dirname $0))
|
||||||
|
pushd $BASE_DIR
|
||||||
|
pushd installations/consent
|
||||||
|
rm homeserver.db
|
||||||
|
popd
|
||||||
|
popd
|
Loading…
Reference in New Issue
Block a user