just started testing with new .net core v6 fixed some minor issues with UTC dates in light of new npgsql thing

This commit is contained in:
2021-10-15 23:31:28 +00:00
parent 1e27ec2366
commit 95d2ac89b7
6 changed files with 73 additions and 69 deletions

View File

@@ -121,6 +121,7 @@ namespace AyaNova.Models
public User()
{
Tags = new List<string>();
}