]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Added Food category.
authorwbudic <redacted>
Thu, 7 Mar 2019 23:01:59 +0000 (10:01 +1100)
committerwbudic <redacted>
Thu, 7 Mar 2019 23:01:59 +0000 (10:01 +1100)
htdocs/cgi-bin/main.cgi

index 24eb69d470b73cf212ff8c99a3a39c0ef6d18595..5f0018173f902fade5e0b351898ef00eaac846f9 100755 (executable)
@@ -527,6 +527,7 @@ sub checkCreateTables(){
                $st->execute(32, "Expense", "Significant yearly expense.");
                $st->execute(35, "Income", "Significant yearly income.");
                $st->execute(40, "Work", "Work related entry, worth monitoring.");
+               $st->execute(45, "Food", "Quick reference to recepies, observations.");
        }
 
 }