This commit is contained in:
2020-05-15 23:16:18 +00:00
parent 98106ecf68
commit 7102b7ac33
2 changed files with 0 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
PRIORITY - ALWAYS Lowest level stuff first PRIORITY - ALWAYS Lowest level stuff first
=-=-=-=- =-=-=-=-
todo: search tables in schema, I think there is a missing index here, need to look at the search query section again as it was changed several times from the original schema creation
todo: schema, move all initializing stuff to schema update 1 todo: schema, move all initializing stuff to schema update 1
right now it's 11 but that's weird right now it's 11 but that's weird

View File

@@ -3,9 +3,7 @@ using System.Linq;
using System.Globalization; using System.Globalization;
using System.Text; using System.Text;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks; using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
using AyaNova.Util; using AyaNova.Util;