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
1 changed files with 8 additions and 0 deletions
|
@ -221,4 +221,12 @@ var migrations = []migration{
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
stmts: []string{`
|
||||||
|
alter table auth_request
|
||||||
|
modify column state varchar(4096);
|
||||||
|
`,
|
||||||
|
},
|
||||||
|
flavor: &flavorMySQL,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue