addes migration for sqlite to make sure the new id field is text

This commit is contained in:
2020-02-06 23:09:24 +01:00
parent cef19f9a22
commit b89ae349ca
4 changed files with 176 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>latest</LangVersion>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>