You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
Patrick O'Brien edited this page Feb 10, 2017
·
1 revision
Kraken's official release introduces .NET Core 1.1 to the project. Previous versions of the project were built using .NET Core 1.0 RC1; the changes to the .NET Core project have been drastic and, in most cases, breaking.
EntityFramework Core has a breaking change that affects old installations of the Kraken. If you've installed 1.0.2-prerelease.0 or earlier, you will have to do some manual work to preserve old Release Batches. If you don't mind losing existing data or you have a later version, disregard this and update away!
Fix Migration History
Old releases of Kraken did not specify a max length for string columns, as this was set behind the scenes. New releases need to explicitly state the string length, and if they don't, the length is set to nvarchar(max).