1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-02 13:54:28 +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);