Drop unused table presence (#14825)

This commit is contained in:
Dirk Klimpel 2023-01-13 15:17:03 +01:00 committed by GitHub
parent 1caf16a450
commit 8d5325ec0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 1 deletions

View file

@ -11,6 +11,5 @@
sqlite3 "$1" <<'EOF' >table-save.sql
.dump users
.dump access_tokens
.dump presence
.dump profiles
EOF