1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-06-27 16:35:57 +00:00

Update xormstore dependency to fix OAuth2 support for MySQL (#3955)

This commit is contained in:
Lauris BH 2018-05-13 08:10:50 +03:00 committed by Bo-Yi Wu
parent 2c34ef5d97
commit e74055878f
2 changed files with 4 additions and 4 deletions

View file

@ -70,7 +70,7 @@ type Store struct {
}
type xormSession struct {
ID string `xorm:"VARCHAR(400) PK NAME 'id'"`
ID string `xorm:"VARCHAR(100) PK NAME 'id'"`
Data string `xorm:"TEXT"`
CreatedUnix util.TimeStamp `xorm:"created"`
UpdatedUnix util.TimeStamp `xorm:"updated"`