mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
sync: migrate sync devices from fs to mongodb
This commit is contained in:
@@ -42,5 +42,7 @@ namespace Notesnook.API.Interfaces
|
||||
Repository<Monograph> Monographs { get; }
|
||||
Repository<InboxApiKey> InboxApiKey { get; }
|
||||
Repository<InboxSyncItem> InboxItems { get; }
|
||||
Repository<SyncDevice> SyncDevices { get; }
|
||||
Repository<DeviceIdsChunk> DeviceIdsChunks { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user