mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-02 16:29:52 +03:00
ecfbcced46
Backport #26192 by @KN4CK3R
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 |