mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Fixed a grammar mistake in the database docs (#6771)
"The `VACUUM` command cleans the your database."
This commit is contained in:
parent
4c0ac8ac1f
commit
744b362b88
@ -116,7 +116,7 @@ If you don't want to keep certain entities, you can delete them permanently:
|
||||
sqlite> DELETE FROM states WHERE entity_id="sensor.cpu";
|
||||
```
|
||||
|
||||
The `VACUUM` command cleans the your database.
|
||||
The `VACUUM` command cleans your database.
|
||||
|
||||
```bash
|
||||
sqlite> VACUUM;
|
||||
|
Loading…
x
Reference in New Issue
Block a user