mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-05 17:53:48 +00:00
formatted sql
This commit is contained in:
parent
0ce7d4e12a
commit
da3aaf0515
2 changed files with 2 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
DROP idx_post_actions_on_read_read_not_null;
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
CREATE INDEX idx_post_actions_on_read_read_not_null ON post_actions (person_id, read)
|
||||
WHERE
|
||||
read IS NOT NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue