• comments.sql

    236 237  
    18 18 create index blog_comments_sections on blog_comments using gist ( "sections" "gist__int_ops" );
    19 19 create index blog_comments_dtime on blog_comments (dtime);
    20 20 create index blog_comments_uid on blog_comments (uid);
    21 create index blog_comments_record_id on blog_comments (record_id);
    21 create index blog_comments_record_id on blog_comments (blog_id, record_id);