Skip to content

Commit

Permalink
Merge pull request #2066 from mattmundell/config-prefs-by-config
Browse files Browse the repository at this point in the history
Add: index config_preferences_by_config
  • Loading branch information
timopollmeier authored Aug 31, 2023
2 parents 7b47659 + 7adf183 commit cdf97f3
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 cdf97f3

Please sign in to comment.