mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-05 09:41:32 +00:00
Fixxed error in down.sql for migration of index on (person_id,read_only,post_id) on post_actions
This commit is contained in:
parent
a475e09257
commit
bebbea5836
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
DROP idx_post_actions_on_read_read_not_null;
|
||||
DROP INDEX idx_post_actions_on_read_read_not_null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue