aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/howto_database_config.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/howto_database_config.md b/docs/configuration/howto_database_config.md
index b39b75bd4..e4ddc190c 100644
--- a/docs/configuration/howto_database_config.md
+++ b/docs/configuration/howto_database_config.md
@@ -120,8 +120,8 @@ pleroma_dev=# select * from config;
----+-----------+------------------------------------------------------------+---------------------+---------------------+----------
1 | :instance | \x836c0000000168026400046e616d656d00000007426c65726f6d616a | 2020-07-12 15:33:29 | 2020-07-12 15:33:29 | :pleroma
(1 row)
-pleroma_dev=# delete from config where key = ':instance';
+pleroma_dev=# delete from config where key = ':instance' and group = ':pleroma';
DELETE 1
```
-Now the `config :pleroma, :instance` settings have been removed from the database. \ No newline at end of file
+Now the `config :pleroma, :instance` settings have been removed from the database.