Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
demoManito committed Mar 24, 2023
1 parent 267b755 commit f5303a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrator/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (idx Index) Unique() (unique bool, ok bool) {
return idx.UniqueValue.Bool, idx.UniqueValue.Valid
}

// Option return the optional attribute for the index
// Option return the optional attribute of the index
func (idx Index) Option() string {
return idx.OptionValue
}

0 comments on commit f5303a6

Please sign in to comment.