soju/database
Simon Ser f0db261fc0 database: add missing user column to WebPushSubscription table
Some WebPushSubscription entries aren't tried to a network, in
which case the "network" column is NULL. But then all users share
the same row. Oops.

Fortunately network-less subscriptions aren't used for anything
yet, they're just stored. So the impact should be minimal.
2022-06-16 19:33:39 +02:00
..
database.go database: add missing user column to WebPushSubscription table 2022-06-16 19:33:39 +02:00
postgres.go database: add missing user column to WebPushSubscription table 2022-06-16 19:33:39 +02:00
postgres_test.go Introduce a database package 2022-05-09 15:08:04 +02:00
sqlite.go database: add missing user column to WebPushSubscription table 2022-06-16 19:33:39 +02:00
sqlite_test.go Introduce a database package 2022-05-09 15:08:04 +02:00