Skip to content

Commit

Permalink
Add: index config_preferences_by_config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and timopollmeier committed Aug 31, 2023
1 parent 7b47659 commit 7adf183
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/manage_pg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2886,6 +2886,9 @@ create_tables ()

/* Create indexes. */

sql ("SELECT create_index ('config_preferences_by_config',"
" 'config_preferences', 'config');");

sql ("SELECT create_index ('host_details_by_host',"
" 'host_details', 'host');");

Expand Down

0 comments on commit 7adf183

Please sign in to comment.