mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
Reactor rename Sites => Logins
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Bit.App.Services
|
||||
public void CreateTables()
|
||||
{
|
||||
_connection.CreateTable<FolderData>();
|
||||
_connection.CreateTable<SiteData>();
|
||||
_connection.CreateTable<LoginData>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user