loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix some bug on migrations (#30647)

Fix https://github.com/go-gitea/gitea/pull/23894#discussion_r1573718690

(cherry picked from commit 2ad9ef4984f0b68ef38241fd6b557d8427d851d8)

Conflicts:
models/migrations/v1_16/v210.go
models/migrations/v1_22/v286.go
trivial conflicts because MSSQL is no longer supported

authored by

Lunny Xiao and committed by
Earl Warren
931ca183 2079d61a

-5
-5
models/migrations/v1_16/v210.go
··· 68 68 if err != nil { 69 69 return err 70 70 } 71 - case schemas.ORACLE: 72 - _, err := x.Exec("ALTER TABLE webauthn_credential MODIFY credential_id VARCHAR(410)") 73 - if err != nil { 74 - return err 75 - } 76 71 case schemas.POSTGRES: 77 72 _, err := x.Exec("ALTER TABLE webauthn_credential ALTER COLUMN credential_id TYPE VARCHAR(410)") 78 73 if err != nil {