Files
Gitea/models/migrations/v145.go
T
zeripathandGitHub d87dbd7519 Fix Migration 145 on MSSQL if varchar is changed to nvarchar (#12445)
* Handle MSSQL constraints

Signed-off-by: Andrew Thornton <[email protected]>

* Update models/migrations/v145.go

* Prevent hang with Sync2

* Agh it's uniques not indexes

* Let us try a different way of finding constraints on the language column

Signed-off-by: Andrew Thornton <[email protected]>

* minor simplification

Signed-off-by: Andrew Thornton <[email protected]>

* Try drop index instead?

Signed-off-by: Andrew Thornton <[email protected]>
2020-08-10 16:01:10 +03:00

2.4 KiB