formatted sql

This commit is contained in:
lseeger 2024-12-15 19:38:13 +01:00
parent 0ce7d4e12a
commit da3aaf0515
2 changed files with 2 additions and 0 deletions

View file

@ -1 +1,2 @@
DROP idx_post_actions_on_read_read_not_null;

View file

@ -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;