SimpleCloudNotifier/scnserver/db/impl/primary
2024-09-20 16:33:45 +02:00
..
channels.go Refactor models to use single struct per entity 2024-09-15 21:26:36 +02:00
clients.go Set delivery to FAILURE if [client|user|message|channel] no longer exists 2024-09-17 20:49:10 +02:00
compat.go Refactor API of /api/v2/users/{uid}/subscriptions 2023-07-30 15:58:37 +02:00
database.go Fix missing field in clients struct and non-partial fcmtoken index (also streamline db migrations) 2024-09-17 22:26:45 +02:00
deliveries.go Migrate deliveries.next_delivery from type:string to type:int (SCNTime) 2024-09-16 18:26:28 +02:00
keytokens.go Refactor models to use single struct per entity 2024-09-15 21:26:36 +02:00
messages.go Fix test [TestListMessagesFilterChannel] 2024-09-20 15:36:16 +02:00
meta.go Remove message.owner_user_id field and implement db migrations 2023-07-27 17:44:06 +02:00
senderNames.go Add tests [TestListSenderNames] [TestListUserSenderNames] 2024-09-20 16:33:45 +02:00
subscriptions.go Refactor models to use single struct per entity 2024-09-15 21:26:36 +02:00
users.go Set delivery to FAILURE if [client|user|message|channel] no longer exists 2024-09-17 20:49:10 +02:00
utils.go Fix test [TestListMessagesFilterChannel] 2024-09-20 15:36:16 +02:00