add KV namespaces & implement sending of notifications if waittime changes

This commit is contained in:
Michi 2025-10-02 21:25:01 +02:00
parent c1336fbc88
commit fd042118ad
7 changed files with 193 additions and 5 deletions

View file

@ -1,5 +1,5 @@
# themepark-assistant
A tool for improving your trips to themepark - once developed
A tool for improving your trips to themeparks - once developed
## Testing
Send request
@ -16,6 +16,12 @@ apply changes
npx drizzle-kit push --config=drizzle-dev.config.ts
```
## SQLite / D1
Delete view
```sql
DROP VIEW IF EXISTS attraction_subscriptions;
```
## Cloudflare workers tricks
If types are missing, run:
```bash