From 9760c6242572f6ed17890b84ec3d14fa414b7579 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Wed, 21 Jun 2023 12:30:58 +0300 Subject: Some patches made in production :facepalm: At least some of them have to do with running updations timely? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d2f8d41..05b2880 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,9 @@ If you need to troubleshoot the starting, you can find some logs in /tmp/slogs. Currently the notifications have to be added manually to the MySQL database. Here's an example: ``` USE lyllruoka; -INSERT INTO exams VALUES ('2021-11-22', '2021-11-30', '

Koeviikko


22.11. - 30.11..
Kouluruokaa on tarjolla 10:45-11:30.'); +INSERT INTO exams VALUES ('2021-11-22', '2021-11-30', '

Koeviikko

22.11. - 30.11..
Kouluruokaa on tarjolla 10:45-11:30.'); ``` -The first value in the parenthesis is the start date of the notification, the second the end date of the notification and the third value is the message to display. HTML is supported. The message will override the food shift search. +The first value in the parenthesis is the start date of the notification, the second the end date of the notification and the third value is the message to display. HTML is supported. The message will override the food shift result. ## Updating the developer table -- cgit v1.2.3