Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7e9960

Browse files
committed
storage/mysql: increase auth_request.state length to 4096
Signed-off-by: Nandor Kracser <[email protected]>
1 parent 80749ff commit c7e9960

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

storage/sql/migrate.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,12 @@ var migrations = []migration{
221221
`,
222222
},
223223
},
224+
{
225+
stmts: []string{`
226+
alter table auth_request
227+
modify column state varchar(4096);
228+
`,
229+
},
230+
flavor: &flavorMySQL,
231+
},
224232
}

0 commit comments

Comments
 (0)