Skip to content

Commit

Permalink
Update migrations/202401092201_add_events_id_index.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Jan 10, 2024
1 parent 20e10f5 commit 11bbaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/202401092201_add_events_id_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"gorm.io/gorm"
)

// Create a composite index to improve performance of summing payments in the current budget period
// Create a composite index to improve performance of finding the latest nostr event for an app
var _202401092201_add_events_id_index = &gormigrate.Migration{
ID: "202401092201_add_events_id_index",
Migrate: func(tx *gorm.DB) error {
Expand Down

0 comments on commit 11bbaf9

Please sign in to comment.