mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 17:13:50 +00:00
add collection syncing
This commit is contained in:
@@ -17,7 +17,9 @@ namespace Bit.App.Services
|
||||
public void CreateTables()
|
||||
{
|
||||
_connection.CreateTable<FolderData>();
|
||||
_connection.CreateTable<CollectionData>();
|
||||
_connection.CreateTable<CipherData>();
|
||||
_connection.CreateTable<CipherCollectionData>();
|
||||
_connection.CreateTable<AttachmentData>();
|
||||
_connection.CreateTable<SettingsData>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user