mirror of
https://github.com/stashapp/Stash-Docs.git
synced 2026-04-19 06:05:37 -05:00
Spell check
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user