From b71807cf16cd7c0fca0210c77978b347054e6ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Thu, 6 Feb 2020 23:13:15 +0100 Subject: [PATCH] adds some warnings about the datatypechange in sqlite --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d805179..9203609 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,17 @@ There are more features than just changing the URL: This is licensed under GPLv2. See License file. +## Possible breaking change of .net core 3.1.1 upgrade + +Something changed within the entity framework driver for SqLite. A guid is now stored as a text and not blob anymore. +With the wrong datatype, you will get an error if you try to update a record. +The latest version of this application has a migration built in that should convert the blobs to the values as text. +The migrations are applied automatically. + +**Backup your database before starting the new version** + +A workaround might be clearing your database and rebuilding it by syncing the latest playlist from init7. + ## Docker ### Run the application