mirror of
https://github.com/go-gitea/gitea
synced 2024-11-06 06:09:07 +01:00
7866a6e0e2
Fixes #25918
The migration fails on MSSQL because xorm tries to update the primary
key column. xorm prevents this if the column is marked as auto
increment:
|
||
---|---|---|
.. | ||
main_test.go | ||
v244.go | ||
v245.go | ||
v246.go | ||
v247.go | ||
v248.go | ||
v249.go | ||
v250.go | ||
v251.go | ||
v252.go | ||
v253.go | ||
v254.go | ||
v255.go | ||
v256.go | ||
v257.go | ||
v258.go | ||
v259.go | ||
v259_test.go |