Fixxed error in down.sql for migration of index on (person_id,read_only,post_id) on post_actions

This commit is contained in:
lseeger 2024-12-19 10:40:41 +01:00
parent a475e09257
commit bebbea5836

View file

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