Skip to content

Commit

Permalink
my vscode ate it
Browse files Browse the repository at this point in the history
added back the ' in the sqlite3 sql statement
  • Loading branch information
DieselTech committed Feb 6, 2024
1 parent 6d82805 commit 33a54fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pages/installation/native.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { SYSTEM_ENTRYPOINTS } from 'next/dist/shared/lib/constants'
import { Callout } from 'nextra-theme-docs'
import { Steps } from 'nextra/components'
import { Tabs } from 'nextra/components'
Expand Down
2 changes: 1 addition & 1 deletion pages/troubleshooting/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A. This can happen on some configurations. An easy solution is to turn on WAL mo
For CLI users you can run the command below if your platform has the needed sqlite3 tools installed.

```bash copy
sqlite3 kavita.db 'PRAGMA journal_mode=WAL;
sqlite3 kavita.db 'PRAGMA journal_mode=WAL;'
```

#### Q. Is there an app? I don't want to use the website.
Expand Down

0 comments on commit 33a54fc

Please sign in to comment.