Skip to content

Commit 6e6f29d

Browse files
committed
remove unused code
1 parent c441daa commit 6e6f29d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

models/migrations/v46.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ import (
99
)
1010

1111
func removeOrganizationWatchRepo(x *xorm.Engine) error {
12-
// Watch is connection request for receiving repository notification.
13-
type Watch struct {
14-
ID int64 `xorm:"pk autoincr"`
15-
UserID int64 `xorm:"UNIQUE(watch)"`
16-
RepoID int64 `xorm:"UNIQUE(watch)"`
17-
}
18-
1912
// UserType defines the user type
2013
type UserType int
2114

0 commit comments

Comments
 (0)