Merge pull request #12394 from abrarcv170/patch-1

Increased release information key name max length.
pull/12424/head
Matt Farina 9 months ago committed by GitHub
commit 162b3efc33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -137,7 +137,7 @@ func (s *SQL) ensureDBSetup() error {
Up: []string{
fmt.Sprintf(`
CREATE TABLE %s (
%s VARCHAR(67),
%s VARCHAR(90),
%s VARCHAR(64) NOT NULL,
%s TEXT NOT NULL,
%s VARCHAR(64) NOT NULL,

Loading…
Cancel
Save