storage/mysql: increase auth_request.state length to 4096
Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
This commit is contained in:
parent
80749ffd3f
commit
c7e9960c7e
@ -221,4 +221,12 @@ var migrations = []migration{
|
||||
`,
|
||||
},
|
||||
},
|
||||
{
|
||||
stmts: []string{`
|
||||
alter table auth_request
|
||||
modify column state varchar(4096);
|
||||
`,
|
||||
},
|
||||
flavor: &flavorMySQL,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user