mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-02 11:20:18 +08:00
Increase Resource.Url length to 1000.
This commit is contained in:
@ -35,7 +35,7 @@ type Resource struct {
|
||||
FileType string `xorm:"varchar(100)" json:"fileType"`
|
||||
FileFormat string `xorm:"varchar(100)" json:"fileFormat"`
|
||||
FileSize int `json:"fileSize"`
|
||||
Url string `xorm:"varchar(100)" json:"url"`
|
||||
Url string `xorm:"varchar(1000)" json:"url"`
|
||||
}
|
||||
|
||||
func GetResources(owner string, user string) []*Resource {
|
||||
|
Reference in New Issue
Block a user