Commit Graph

3 Commits (5710ff343c9f16119ddbff06044e5d61388baa22)

Author SHA1 Message Date
zeripath d87dbd7519
Fix Migration 145 on MSSQL if varchar is changed to nvarchar ()
* Handle MSSQL constraints

Signed-off-by: Andrew Thornton <art27@cantab.net>

* 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 <art27@cantab.net>

* minor simplification

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Try drop index instead?

Signed-off-by: Andrew Thornton <art27@cantab.net>
zeripath 5e5c893555
Need RepoID in the languagestat field ()
Signed-off-by: Andrew Thornton <art27@cantab.net>
zeripath 502e38c33c
Increase size of the language column in language_stat ()
In  it was discovered that enry v2 has a maximum language length
of 34 characters which is larger than the 30 previously provided.

This PR updates the language column to 50.

Fix