1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 20:44:27 +00:00
GoBlog/dbmigrations/00021.sql

1 line
69 B
MySQL
Raw Normal View History

create index index_posts_sta_blo_sec on posts(status, blog, section);