Skip to content

Commit

Permalink
chore: add fingerprint,created_at index
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored and moshloop committed Oct 14, 2024
1 parent caf1e17 commit 921bc1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/config.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ table "config_changes" {
index "config_changes_config_id_change_type_idx" {
columns = [column.config_id, column.change_type]
}
index "config_changes_fingerprint_idx" {
columns = [column.fingerprint]
index "config_changes_fingerprint_created_at_idx" {
columns = [column.fingerprint, column.created_at]
}
index "config_changes_is_pushed_idx" {
columns = [column.is_pushed]
Expand Down

0 comments on commit 921bc1b

Please sign in to comment.