Fix parsing db url, remove 24h state, add db saving

This commit is contained in:
Guntis Smaukstelis
2023-12-10 20:37:53 +02:00
parent f956d658d5
commit 8f2ade2fcf
5 changed files with 51 additions and 41 deletions
+5
View File
@@ -37,6 +37,11 @@ npm run dev
- Shell script
- Fly.io
## Database
```
SELECT * FROM public.weather WHERE datetime > '2023-12-9T00:00:00+00'::timestamptz;
DELETE FROM public.weather
```
## Docker
```