Spell check

This commit is contained in:
DogmaDragon
2026-02-13 16:31:15 +02:00
parent abdf4ade96
commit c9f98fb7b8

View File

@@ -4,9 +4,12 @@ title: Manually editing the Stash sqlite3 database
## Location
The Stash Sqlite3 database file is located at `~/.stash/stash-go.sqlite`.
Before making changes to the Stash sqlite3 database - **please make a backup first!**
The Stash SQLite3 database file is located at `~/.stash/stash-go.sqlite`.
Before making changes to the Stash SQLite3 database, **please make a backup first!**
You can use the `sqlite3` client to directly edit this file.
@@ -29,4 +32,4 @@ sqlite> DELETE FROM tags;
```
!!! note
This will not work if you have Scene marker tags.
This will not work if you have scene marker tags.