Skip to content

Commit

Permalink
Revert "chore:move unused field"
Browse files Browse the repository at this point in the history
This reverts commit 8079a12.
  • Loading branch information
taolx0 committed Dec 1, 2023
1 parent c4454fd commit 15ad15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqle/model/sql_manage.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type SqlManage struct {
LastReceiveTimestamp *time.Time `json:"last_receive_timestamp"`
InstanceName string `json:"instance_name"`
SchemaName string `json:"schema_name"`
Endpoint string `json:"endpoint"`

Assignees []*User `gorm:"many2many:sql_manage_assignees;"`
Status string `json:"status" gorm:"default:\"unhandled\""`
Expand Down

0 comments on commit 15ad15a

Please sign in to comment.