P5-1306: Category name search optimization

This commit is contained in:
Ruslan Getmansky
2017-06-19 11:27:17 +03:00
parent c01390f75f
commit 64f15fdd80
+2
View File
@@ -0,0 +1,2 @@
-- P5-1306
CREATE INDEX IF NOT EXISTS categories_name ON categories (name);