mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
add KV namespaces & implement sending of notifications if waittime changes
This commit is contained in:
parent
c1336fbc88
commit
fd042118ad
7 changed files with 193 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue