diff options
author | Joel Kronqvist <joelkronqvist@proton.me> | 2023-06-21 12:30:58 +0300 |
---|---|---|
committer | Joel Kronqvist <joelkronqvist@proton.me> | 2023-06-21 12:30:58 +0300 |
commit | 9760c6242572f6ed17890b84ec3d14fa414b7579 (patch) | |
tree | 710049705e74f5ecbc2b79ffa21eabe637f2b5ec /README.md | |
parent | 5f74d40fa736745651514853afdca3ed44e5ae74 (diff) | |
download | LYLLRuoka-9760c6242572f6ed17890b84ec3d14fa414b7579.tar.gz LYLLRuoka-9760c6242572f6ed17890b84ec3d14fa414b7579.zip |
Some patches made in production :facepalm:
At least some of them have to do with running updations timely?
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', '<h2>Koeviikko</h2><br>22.11. - 30.11..<br>Kouluruokaa on tarjolla 10:45-11:30.'); +INSERT INTO exams VALUES ('2021-11-22', '2021-11-30', '<h2>Koeviikko</h2>22.11. - 30.11..<br>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 |