mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Add extra user information when migrating release (#8331)
* add extra user information when migrating release * add migrations * fix tests
This commit is contained in:
		| @@ -25,6 +25,9 @@ type Release struct { | ||||
| 	Body            string | ||||
| 	Draft           bool | ||||
| 	Prerelease      bool | ||||
| 	PublisherID     int64 | ||||
| 	PublisherName   string | ||||
| 	PublisherEmail  string | ||||
| 	Assets          []ReleaseAsset | ||||
| 	Created         time.Time | ||||
| 	Published       time.Time | ||||
|   | ||||
		Reference in New Issue
	
	Block a user