Skip to content

Commit

Permalink
bug: rename script column name
Browse files Browse the repository at this point in the history
  • Loading branch information
Josip Stojak authored and Josip Stojak committed Nov 5, 2024
1 parent 3d5041a commit b610bb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var _ plugin.MigrationScript = (*changeIssueComponentType)(nil)
type changeIssueComponentType struct{}

func (script *changeIssueComponentType) Up(basicRes context.BasicRes) errors.Error {
return basicRes.GetDal().ModifyColumnType("issues", "components", "text")
return basicRes.GetDal().ModifyColumnType("issues", "component", "text")
}

func (*changeIssueComponentType) Version() uint64 {
Expand Down

0 comments on commit b610bb0

Please sign in to comment.