ntfy-server/webpush
binwiederhier a8dcecdb6d Refactor webpush store tests and add coverage
- Add SetSubscriptionUpdatedAt to Store interface, remove DB() accessor
- Rename store files to store_sqlite.go and store_postgres.go
- Use camelCase for test function names
- Add tests for upsert field updates and multi-user removal
- Use transaction in setupNewPostgresDB
- Use lowercase "excluded." in PostgreSQL upsert query
2026-02-16 18:53:12 -05:00
..
store.go Refactor webpush store tests and add coverage 2026-02-16 18:53:12 -05:00
store_postgres.go Refactor webpush store tests and add coverage 2026-02-16 18:53:12 -05:00
store_postgres_test.go Refactor webpush store tests and add coverage 2026-02-16 18:53:12 -05:00
store_sqlite.go Refactor webpush store tests and add coverage 2026-02-16 18:53:12 -05:00
store_sqlite_test.go Refactor webpush store tests and add coverage 2026-02-16 18:53:12 -05:00
store_test.go Refactor webpush store tests and add coverage 2026-02-16 18:53:12 -05:00