mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
12 lines
565 B
Markdown
12 lines
565 B
Markdown
# Troubleshooting
|
|
|
|
If you are developing SQLSeal you might encounter one of few common issues.
|
|
|
|
## Resetting Database
|
|
If you've been modifying your database and you end up with invalid schema, and want to reset the database (or want to reset the database for any other reason):
|
|
- Open Dev Tools
|
|
- Go to Applications
|
|
- Open Storage -> IndexedDb -> sqlseal__x.sqlite3 (the x is a name of your vault and unique vault id. If you use multiple vaults, locate the one with the matching name)
|
|
- Click Delete Database
|
|
- Reload Obsidian (choose Reload from command palette)
|
|
|