Skip to content

Commit

Permalink
fix(domainlayer): fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
d4x1 committed Aug 1, 2024
1 parent 46c2881 commit fbbb6ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import (
var _ plugin.MigrationScript = (*addAssigneeToIncident)(nil)

type incident20240801 struct {
Table string `gorm:"index:idx_table_scope_id;type:varchar(255)"`
ScopeId string `gorm:"index:idx_table_scope_id;type:varchar(255)"`
AssigneeId string `gorm:"type:varchar(255)"`
AssigneeName string `gorm:"type:varchar(255)"`
}

func (incident20240801) TableName() string {
Expand Down

0 comments on commit fbbb6ae

Please sign in to comment.