Skip to content
Snippets Groups Projects
Unverified Commit c7e9960c authored by Nandor Kracser's avatar Nandor Kracser
Browse files

storage/mysql: increase auth_request.state length to 4096

parent 80749ffd
No related branches found
No related tags found
No related merge requests found
...@@ -221,4 +221,12 @@ var migrations = []migration{ ...@@ -221,4 +221,12 @@ var migrations = []migration{
`, `,
}, },
}, },
{
stmts: []string{`
alter table auth_request
modify column state varchar(4096);
`,
},
flavor: &flavorMySQL,
},
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment