forked from AkkomaGang/akkoma
Make the query more precise
This commit is contained in:
parent
133004e22d
commit
0871e8b8fe
1 changed files with 2 additions and 2 deletions
|
@ -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 | :instance | \x836c0000000168026400046e616d656d00000007426c65726f6d616a | 2020-07-12 15:33:29 | 2020-07-12 15:33:29 | :pleroma
|
||||||
(1 row)
|
(1 row)
|
||||||
pleroma_dev=# delete from config where key = ':instance';
|
pleroma_dev=# delete from config where key = ':instance' and group = ':pleroma';
|
||||||
DELETE 1
|
DELETE 1
|
||||||
```
|
```
|
||||||
|
|
||||||
Now the `config :pleroma, :instance` settings have been removed from the database.
|
Now the `config :pleroma, :instance` settings have been removed from the database.
|
||||||
|
|
Loading…
Reference in a new issue