refactor(migrations): remove redundant idx_posts_slug index
This commit is contained in:
parent
36055f99fa
commit
73aa680202
@ -21,7 +21,6 @@ CREATE TABLE IF NOT EXISTS posts (
|
||||
);
|
||||
|
||||
CREATE INDEX idx_posts_status_published ON posts(status, published_at DESC) WHERE deleted_at IS NULL;
|
||||
CREATE INDEX idx_posts_slug ON posts(slug) WHERE deleted_at IS NULL;
|
||||
CREATE UNIQUE INDEX idx_posts_slug_unique ON posts(slug) WHERE deleted_at IS NULL;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS tags (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user