Skip to content
Snippets Groups Projects
Commit 1317afcb authored by Erik Johnston's avatar Erik Johnston
Browse files

Add a database-prepare-for-0.0.1.sh

parent 5494815c
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
# It will store all the user information, but will *delete* all messages and
# room data.
set -e
cp "$1" "$1.bak"
DUMP=$(sqlite3 "$1" << 'EOF'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment