From: wbudic Date: Thu, 7 Mar 2019 23:01:59 +0000 (+1100) Subject: Added Food category. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=0ebaf7aee39d7ae04c0279b4ab21db1b632967cf;p=LifeLog.git Added Food category. --- diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index 24eb69d..5f00181 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -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."); } }