From 9ac5e664fda6ab2dfabf9b27d366d5874275d41b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 24 Dec 2020 20:40:02 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 7680c400..2c7b6b26 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -14,8 +14,6 @@ todo: v8 MIGRATE do not export empty strings, do null instead confirm whatever method I use works for certain -todo: db consistency check should also check for the stored procedures / functions as they are critical - todo: AyaFormFieldDefinitions looking a little suspect now as it gets huge. should it really cache all of them all the time? would it be faster / better for memory to return as requested dynamically (switch?)