From: Will Budic Date: Wed, 19 Feb 2020 01:18:02 +0000 (+1100) Subject: Notes SQL statement. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=9197d49958fbef1123aa37d0bdfb7921c0b287a0;p=LifeLog.git Notes SQL statement. --- diff --git a/htdocs/cgi-bin/system/modules/Settings.pm b/htdocs/cgi-bin/system/modules/Settings.pm index 90d8996..67fc902 100644 --- a/htdocs/cgi-bin/system/modules/Settings.pm +++ b/htdocs/cgi-bin/system/modules/Settings.pm @@ -116,7 +116,7 @@ return qq( ) WITHOUT ROWID; CREATE INDEX idx_auth_name_passw ON AUTH (ALIAS, PASSW); )} - +sub createNOTEStmt {return qq(CREATE TABLE NOTES (LID INTEGER PRIMARY KEY NOT NULL, DOC TEXT);)} sub getConfiguration { my $db = shift;