Add index to article_content slug column (#411)

This commit is contained in:
Olaf Lindström
2024-08-15 15:29:24 +02:00
committed by GitHub
parent 9067d6b3f7
commit 9e218336a6
+1
View File
@@ -0,0 +1 @@
CREATE INDEX ON article_content (slug);