From 209d2f0b87eccc32a83c5ef409e9444346c4b8ab Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 12 Dec 2024 12:41:24 +0000 Subject: Made the personal entry list a bit better --- tjp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tjp.sh b/tjp.sh index ed64046..88b0595 100755 --- a/tjp.sh +++ b/tjp.sh @@ -35,7 +35,7 @@ add_MOD_entry() { # Function to select all personal entries list_personal_entries() { - psql -h "$HOST" -U "$USER" -d "$DB" -c "SELECT * FROM journal_entries WHERE type = 2;" + psql -h "$HOST" -U "$USER" -d "$DB" -c "SELECT id, date_added, entry, comment FROM journal_entries WHERE type = 2;" } # Function to select all MOD entries -- cgit v1.2.3